mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
-
released this
2026-01-27 12:00:22 -06:00 | 4221 commits to dev since this release📅 Originally published on GitHub: Tue, 27 Jan 2026 18:00:32 GMT
🏷️ Git tag created: Tue, 27 Jan 2026 18:00:22 GMTWindows/Git Bash Support 🪟
The installer script now works on Windows via Git Bash!
Changes
- Platform detection for OS-specific guidance during installation
- More reliable pip invocation using
$PYTHON_CMD -m pip - Cross-platform line endings via
.gitattributes - Virtual environment activation works correctly on Windows
Contributors
Thanks to the community for Windows support:
- @Kobra299 - reported the Windows issue (#1078)
- @rnjema - developed Windows installation improvements (PR #1105)
- @joeswagson - developed PowerShell installer concept (PR #1083)
Installation
Windows (Git Bash):
curl -sSL mlsysbook.ai/tinytorch/install.sh | bash cd tinytorch source .venv/Scripts/activate tito setupmacOS/Linux:
curl -sSL mlsysbook.ai/tinytorch/install.sh | bash cd tinytorch source .venv/bin/activate tito setupFull Changelog: https://github.com/harvard-edge/cs249r_book/blob/main/tinytorch/CHANGELOG.md
Downloads