[TinyTorch] Answers already in module 1
Author: bdub-1Created May 5, 2026Updated Sep 16, 2026
Labelstype: improvementtype: bugarea: bookarea: tinytorch
Module
01 Tensor
Type of Improvement
Code quality (refactor, style, consistency)
Description
The solutions were already implemented when I started module 1.
# Install TinyTorch (run from a project folder like ~/projects)
curl -sSL mlsysbook.ai/tinytorch/install.sh | bash
# Activate and verify
cd tinytorch
source .venv/bin/activate
tito setup
tito module start 01Proposed Solution
Remove the implementations from the working notebooks.
Source: harvard-edge/cs249r_book