mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 23:24:55 -05:00
[GH-ISSUE #1615] [Bug] tito module status does not keep track of unlocked and ready to be unlocked milestones after milestone 3 #35262
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 @AndreaMattiaGaravagno on GitHub (Apr 30, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1615
Area
TinyTorch
Location
tito module status
Description
tito module status does not keep track of unlocked and ready to be unlocked milestones after milestone 3
Expected Behavior
tito module status should advertise milestones ready to be unlocked and keep track of unlocked milestones even after unlocking milestone 3
Environment (TinyTorch bugs only)
Tiny🔥Torch v0.1.10
Python 3.12.3
/home/andre/tinytorch/.venv
@profvjreddi commented on GitHub (Apr 30, 2026):
Fixed in #1616 (merged to dev as
7ba91628e). Removed themilestone_unlocks[:3]slice that was silently hiding milestones 4-6 from the dashboard.