Skip to main content
torch.js has not been released yet.
torch.js logotorch.js logotorch.js
PlaygroundContact
Login
Documentation
IntroductionType SafetyTensor ExpressionsTensor IndexingEinsumEinopsAutogradTraining a ModelProfiling & MemoryPyTorch MigrationBest PracticesRuntimesPerformancePyTorch CompatibilityBenchmarksDType Coverage
IntroductionWorkflowsPlaygroundProjectsContributing
torch.js· 2026
LegalTerms of UsePrivacy Policy
  1. docs
  2. Website
  3. Projects

Projects

Projects allow you to organize your code, datasets, and model weights into cohesive units. Each project is defined by a torch.json manifest file.

Torch.js project structure and manifest

Project Structure

A typical torch.js project includes:

  • src/: Your TypeScript source code.
  • data/: Binary datasets or weights.
  • torch.json: The project manifest containing metadata and dependencies.
Previous
Playground
Next
Contributing