mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[GH-ISSUE #1960] TinyTorch Installation doesn't work #35287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gusscruz on GitHub (Jul 14, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1960
Area
TinyTorch
Location
TinyTorch Installation
Description
I tried running the installaltion script, but I received the following message and TinyTorch was not installed. I have Python 3.13.9, Anaconda distribution.
curl -sSL mlsysbook.ai/tinytorch/install.sh | bash
Activate and verify
cd tinytorch
source .venv/Scripts/activate
tito setup
Checking prerequisites...
✓ Git 2.55.0.windows.2
bash: cd: tinytorch: No such file or directory
bash: .venv/Scripts/activate: No such file or directory
bash: tito: command not found
Thank you.
Expected Behavior
No response
Environment (TinyTorch bugs only)
No response