[PR #1687] [MERGED] docs(tinytorch): expand OOM acronym in Module 01 checklist item #36329

Closed
opened 2026-07-16 00:09:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: fix/tinytorch-module01-oom-acronym


📝 Commits (1)

  • e419d46 docs(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:

"...and why batch size is the first knob to turn when OOM hits."

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:

"...and why batch size is the first knob to turn when the GPU runs Out of Memory (OOM)."

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.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1687 **Author:** [@Shashank-Tripathi-07](https://github.com/Shashank-Tripathi-07) **Created:** 5/6/2026 **Status:** ✅ Merged **Merged:** 5/7/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `fix/tinytorch-module01-oom-acronym` --- ### 📝 Commits (1) - [`e419d46`](https://github.com/harvard-edge/cs249r_book/commit/e419d4648e811be1ed7e4c4a2c8ccc4b7100d939) docs(tinytorch): expand OOM acronym in Module 01 checklist item ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/quarto/modules/01_tensor.qmd` (+1 -1) </details> ### 📄 Description ## Problem Closes #1685 The checklist item in the "Check Your Understanding" section of Module 01 used "OOM" without defining it: > "...and why batch size is the first knob to turn when OOM hits." 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: > "...and why batch size is the first knob to turn when the GPU runs Out of Memory (OOM)." One line change in `tinytorch/quarto/modules/01_tensor.qmd`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-16 00:09:12 -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#36329