mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[GH-ISSUE #1508] [Bug] tito module start 01 creates notebook with solutions already included
#18050
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 @SohamPardeshi on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1508
Area
Book — Volume I
Location
module 01
Description
I downloaded TinyTorch for the first time following the instructions here. After running the setup commands
and then trying to start the first module
I get a JupyterNotebook called
tensor.ipynbwhich already contains a working implementation of Tensor.Expected Behavior
Instead, I expect to see a version of tensor.ipnyb with empty sections for me to fill in with my own implementation
Environment (TinyTorch bugs only)
(.venv) PS C:\Users\soham\ml\tinytorch> tito --version
Tiny🔥Torch v0.1.10
(.venv) PS C:\Users\soham\ml\tinytorch> python3 --version
Python 3.14.3
(.venv) PS C:\Users\soham\ml\tinytorch> echo $VIRTUAL_ENV
(.venv) PS C:\Users\soham\ml\tinytorch>