mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
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/1513
Author: @profvjreddi
Created: 4/24/2026
Status: ✅ Merged
Merged: 4/24/2026
Merged by: @profvjreddi
Base:
dev← Head:chore/pr-merge-2026-04-24📝 Commits (10+)
c19109ffix(tinytorch): LayerNorm gamma/beta missing requires_grad=True754f056fix(lab04): remove answer spoilers from prediction prompts in lab_04_data_engr8863719Refine Chapter 2 PDF layoutf0882afRefine Chapter 3 PDF layoutae7b63cstyle(footnotes): normalize 7 footnote bold heads to Title Case22d4ab6fix(book-pdf): use \rmfamily so chapter-opener labels match body Palatino22d6731Merge branch 'worktree-fix+chapter-opener-font' into dev85c411aMerge origin/dev into chore/pr-merge-2026-04-24471a735Merge pull request #1504 from Shashank-Tripathi-07/fix/layernorm-requires-grad6a417baMerge pull request #1507 from harvard-edge/iss1417-fix-prediction-spoiler-in-lab04📊 Changes
14 files changed (+160 additions, -146 deletions)
View changed files
📝
book/quarto/contents/vol1/backmatter/appendix_dam.qmd(+1 -1)📝
book/quarto/contents/vol1/data_selection/data_selection.qmd(+1 -1)📝
book/quarto/contents/vol1/frontmatter/about.qmd(+3 -3)📝
book/quarto/contents/vol1/introduction/introduction.qmd(+2 -2)📝
book/quarto/contents/vol1/ml_systems/ml_systems.qmd(+74 -63)📝
book/quarto/contents/vol1/ml_workflow/ml_workflow.qmd(+33 -35)📝
book/quarto/contents/vol1/nn_computation/nn_computation.qmd(+1 -1)📝
book/quarto/contents/vol2/compute_infrastructure/compute_infrastructure.qmd(+1 -1)📝
book/quarto/contents/vol2/fault_tolerance/fault_tolerance.qmd(+1 -1)📝
book/quarto/contents/vol2/frontmatter/about.qmd(+3 -3)📝
book/quarto/tex/header-includes.tex(+33 -20)📝
labs/vol1/lab_04_data_engr.py(+5 -9)📝
tinytorch/src/13_transformers/13_transformers.py(+2 -2)📝
tinytorch/tests/13_transformers/test_transformer_gradient_flow.py(+0 -4)📄 Description
Summary
Batch-merge of four reviewed PRs plus unpushed local book/PDF work onto
dev.Included PRs
fix(tinytorch): LayerNorm gamma/beta missing requires_grad=True(Shashank-Tripathi-07)fix(lab04): remove answer spoilers from prediction prompts in lab_04_data_engrRefine Chapter 2 PDF layout(hzeljko)Refine Chapter 3 PDF layout(hzeljko)Local commits folded in
fix(book-pdf): use \\rmfamily so chapter-opener labels match body Palatinostyle(footnotes): normalize 7 footnote bold heads to Title Caseworktree-fix+chapter-opener-fontDeliberately skipped
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.