Commit Graph

2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
850a91adc6 fix(docs): align notebook filenames with tito convention across all docs
Notebooks use short names (tensor.ipynb, not 01_tensor.ipynb) but docs
and Binder postBuild scripts used the prefixed form. This caused broken
Binder links and incorrect paths in troubleshooting guides.

Fixes: harvard-edge/cs249r_book#1176
2026-02-17 18:31:44 -05:00
Vijay Janapa Reddi
79cc3a0549 fix: add root-level Binder config for monorepo support
Binder looks for config at repo root, but tinytorch/ is a subdirectory.
Added wrapper config that changes to tinytorch/ before setup.
2025-12-17 19:52:51 -05:00