mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-08 23:03:55 -05:00
Streamlined to show essential workflow commands only. Students populate modules/ via CLI exports from src/.
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
tito module start XX- Create and start a module- Work in Jupyter Lab - Build your implementation
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!