[GH-ISSUE #1508] [Bug] tito module start 01 creates notebook with solutions already included #35253

Closed
opened 2026-07-15 22:39:02 -05:00 by GiteaMirror · 0 comments
Owner

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

# In Git Bash (run from a project folder like ~/projects)
curl -sSL mlsysbook.ai/tinytorch/install.sh | bash

# In a PowerShell terminal
cd tinytorch
.venv/Scripts/activate
tito setup

and then trying to start the first module

tito module start 01

I get a JupyterNotebook called tensor.ipynb which 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>

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](https://mlsysbook.ai/tinytorch/getting-started.html). After running the setup commands ``` # In Git Bash (run from a project folder like ~/projects) curl -sSL mlsysbook.ai/tinytorch/install.sh | bash # In a PowerShell terminal cd tinytorch .venv/Scripts/activate tito setup ``` and then trying to start the first module ``` tito module start 01 ``` I get a JupyterNotebook called `tensor.ipynb` which 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>
GiteaMirror added the area: booktype: bug labels 2026-07-15 22:39:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#35253