mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-17 16:34:48 -05:00
[PR #1687] [MERGED] docs(tinytorch): expand OOM acronym in Module 01 checklist item #36329
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1687
Author: @Shashank-Tripathi-07
Created: 5/6/2026
Status: ✅ Merged
Merged: 5/7/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/tinytorch-module01-oom-acronym📝 Commits (1)
e419d46docs(tinytorch): expand OOM acronym in Module 01 checklist item📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
tinytorch/quarto/modules/01_tensor.qmd(+1 -1)📄 Description
Problem
Closes #1685
The checklist item in the "Check Your Understanding" section of Module 01 used "OOM" without defining it:
A student encountering this for the first time had no context for the acronym. The explanation in the collapsible Q&A below says "training runs out of GPU memory" but the checklist above it assumed prior knowledge of OOM as a term.
Fix
Expanded the acronym inline so the checklist item is self-contained:
One line change in
tinytorch/quarto/modules/01_tensor.qmd.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.