[GH-ISSUE #1615] [Bug] tito module status does not keep track of unlocked and ready to be unlocked milestones after milestone 3 #13542

Closed
opened 2026-05-17 17:41:51 -05:00 by GiteaMirror · 1 comment
Owner

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

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
GiteaMirror added the type: bugarea: tinytorch labels 2026-05-17 17:41:52 -05:00
Author
Owner

@profvjreddi commented on GitHub (Apr 30, 2026):

Fixed in #1616 (merged to dev as 7ba91628e). Removed the milestone_unlocks[:3] slice that was silently hiding milestones 4-6 from the dashboard.

<!-- gh-comment-id:4356773995 --> @profvjreddi commented on GitHub (Apr 30, 2026): Fixed in #1616 (merged to dev as 7ba91628e). Removed the `milestone_unlocks[:3]` slice that was silently hiding milestones 4-6 from the dashboard.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#13542