[PR #1214] [CLOSED] Chapter 1 #12564

Closed
opened 2026-05-15 04:03:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1214
Author: @hzeljko
Created: 3/5/2026
Status: Closed

Base: mainHead: chapter-1


📝 Commits (10+)

  • 5f7a696 Improve activation graph visualization in Module 02
  • 0eec623 Merge pull request #1183 from Pratham-ja/bugfix/fix-ascii-graphs
  • 68167c3 docs: add @Pratham-ja as tinytorch contributor for doc
  • 69f46d4 Clarifies memoization computation savings
  • abc7ef0 Fixes broken P.I.C.O. code blocks and missing imports across Volume 1
  • b5a9e59 Standardizes P.I.C.O. code blocks and consolidates specifications across Volume 2
  • 0960244 chore: update book content, config, appendices, and tooling
  • 403994e Update training chapter and add missing color definition
  • ae2ef83 Merge branch 'feature/book-volumes' into fix/training
  • 96efa3b Merge pull request #1190 from Zeljko-Hrcek/fix/training

📊 Changes

1553 files changed (+285602 additions, -177889 deletions)

View changed files

📝 .all-contributorsrc (+221 -186)
📝 .codespell-ignore-words.txt (+15 -4)
.envrc (+0 -5)
📝 .github/docker/Dockerfile (+3 -3)
📝 .github/workflows/all-contributors-add.yml (+138 -122)
📝 .github/workflows/auto-label.yml (+3 -3)
📝 .github/workflows/book-build-baremetal.yml (+190 -112)
📝 .github/workflows/book-build-container.yml (+282 -88)
📝 .github/workflows/book-preview-dev.yml (+63 -42)
📝 .github/workflows/book-publish-live.yml (+219 -183)
📝 .github/workflows/book-validate-dev.yml (+36 -23)
📝 .github/workflows/infra-cleanup-caches.yml (+2 -2)
📝 .github/workflows/infra-container-linux.yml (+2 -2)
📝 .github/workflows/infra-container-windows.yml (+1 -1)
📝 .github/workflows/infra-health-check.yml (+2 -2)
📝 .github/workflows/infra-link-check.yml (+4 -4)
📝 .github/workflows/kits-build-pdfs.yml (+2 -2)
📝 .github/workflows/kits-preview-dev.yml (+2 -2)
📝 .github/workflows/kits-publish-live.yml (+3 -3)
📝 .github/workflows/labs-preview-dev.yml (+1 -1)

...and 80 more files

📄 Description

Figure 1.4 has been updated.


🔄 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/1214 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 3/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chapter-1` --- ### 📝 Commits (10+) - [`5f7a696`](https://github.com/harvard-edge/cs249r_book/commit/5f7a696077c1ca5c73ac13b3d01f43d2698eeb00) Improve activation graph visualization in Module 02 - [`0eec623`](https://github.com/harvard-edge/cs249r_book/commit/0eec623b70bdb4af6f0b35aac29abc94cdff849d) Merge pull request #1183 from Pratham-ja/bugfix/fix-ascii-graphs - [`68167c3`](https://github.com/harvard-edge/cs249r_book/commit/68167c3d1b994cdd4f245964324f027be0185fea) docs: add @Pratham-ja as tinytorch contributor for doc - [`69f46d4`](https://github.com/harvard-edge/cs249r_book/commit/69f46d4f7e00104cc455a359f4bb84f79dbdc532) Clarifies memoization computation savings - [`abc7ef0`](https://github.com/harvard-edge/cs249r_book/commit/abc7ef01d8e2567c40bfaaf9176eb0f53f14702a) Fixes broken P.I.C.O. code blocks and missing imports across Volume 1 - [`b5a9e59`](https://github.com/harvard-edge/cs249r_book/commit/b5a9e590db13c084387f37daa7c02ed355adddc3) Standardizes P.I.C.O. code blocks and consolidates specifications across Volume 2 - [`0960244`](https://github.com/harvard-edge/cs249r_book/commit/09602445de93bc6bef51ad8d2bda613b313678f3) chore: update book content, config, appendices, and tooling - [`403994e`](https://github.com/harvard-edge/cs249r_book/commit/403994ea2e4dfd59c3c858d5cbf7b87f300b7fed) Update training chapter and add missing color definition - [`ae2ef83`](https://github.com/harvard-edge/cs249r_book/commit/ae2ef83dd3a8d73f85f09c1e9dc8fd7d633d7cf9) Merge branch 'feature/book-volumes' into fix/training - [`96efa3b`](https://github.com/harvard-edge/cs249r_book/commit/96efa3bf298229973f693a2faa165e7eea974cc9) Merge pull request #1190 from Zeljko-Hrcek/fix/training ### 📊 Changes **1553 files changed** (+285602 additions, -177889 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+221 -186) 📝 `.codespell-ignore-words.txt` (+15 -4) ➖ `.envrc` (+0 -5) 📝 `.github/docker/Dockerfile` (+3 -3) 📝 `.github/workflows/all-contributors-add.yml` (+138 -122) 📝 `.github/workflows/auto-label.yml` (+3 -3) 📝 `.github/workflows/book-build-baremetal.yml` (+190 -112) 📝 `.github/workflows/book-build-container.yml` (+282 -88) 📝 `.github/workflows/book-preview-dev.yml` (+63 -42) 📝 `.github/workflows/book-publish-live.yml` (+219 -183) 📝 `.github/workflows/book-validate-dev.yml` (+36 -23) 📝 `.github/workflows/infra-cleanup-caches.yml` (+2 -2) 📝 `.github/workflows/infra-container-linux.yml` (+2 -2) 📝 `.github/workflows/infra-container-windows.yml` (+1 -1) 📝 `.github/workflows/infra-health-check.yml` (+2 -2) 📝 `.github/workflows/infra-link-check.yml` (+4 -4) 📝 `.github/workflows/kits-build-pdfs.yml` (+2 -2) 📝 `.github/workflows/kits-preview-dev.yml` (+2 -2) 📝 `.github/workflows/kits-publish-live.yml` (+3 -3) 📝 `.github/workflows/labs-preview-dev.yml` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Figure 1.4 has been updated. --- <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-05-15 04:03:08 -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#12564