Files
cs249r_book/tinytorch/modules/README.md
Vijay Janapa Reddi bf0b30a814 docs(modules): simplify README for student distribution
Streamlined to show essential workflow commands only.
Students populate modules/ via CLI exports from src/.
2025-12-11 13:31:36 -08:00

616 B

TinyTorch Modules

Your workspace for building ML systems from scratch.

🚀 Getting Started

tito module start 01    # Start Module 01: Tensors

This creates the module folder and opens Jupyter Lab.

📋 Workflow

  1. tito module start XX - Create and start a module
  2. Work in Jupyter Lab - Build your implementation
  3. tito module complete XX - Test and export your work

📊 Progress

tito module status      # View your progress
tito module list        # See all available modules

Each module builds on previous ones. Complete them in order to build your ML framework!