Skip to main content
torch.jstorch.jstorch.js
Getting StartedPlaygroundContact
Login
torch.jstorch.jstorch.js
Documentation
IntroductionType SafetyTensor IndexingEinsumEinopsAutogradTraining a ModelProfiling & MemoryPyTorch MigrationBest PracticesRuntimesPerformance
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