[PR #639] [MERGED] 636 Improve AI training chapter #6856

Closed
opened 2026-04-24 17:05:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/639
Author: @profvjreddi
Created: 1/23/2025
Status: Merged
Merged: 1/27/2025
Merged by: @profvjreddi

Base: devHead: 636-improve-ai-training-chapter


📝 Commits (10+)

  • 9f14583 Improving training chapter, few days of work dumped in (messy)
  • 2ce53c6 Merge branch 'dev' into 636-improve-ai-training-chapter
  • a6ecd22 updatedd bib
  • 1f02752 Updated references to hardware section
  • 2a9f4e7 added a footnote
  • 301f6bf fix math regndering issue
  • f1a1ef8 fix character issue
  • 510513d learning objectives
  • 54f1674 Conclusion
  • 3ae7b7f Merge branch 'dev' into 636-improve-ai-training-chapter

📊 Changes

26 files changed (+10411 additions, -765 deletions)

View changed files

📝 .gitignore (+1 -0)
_extensions/quarto-ext/fontawesome/_extension.yml (+7 -0)
_extensions/quarto-ext/fontawesome/assets/css/all.css (+8030 -0)
_extensions/quarto-ext/fontawesome/assets/css/all.min.css (+9 -0)
_extensions/quarto-ext/fontawesome/assets/css/latex-fontsize.css (+30 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.ttf (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.woff2 (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.ttf (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.woff2 (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.ttf (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.woff2 (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.ttf (+0 -0)
_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.woff2 (+0 -0)
_extensions/quarto-ext/fontawesome/fontawesome.lua (+84 -0)
📝 _quarto.yml (+3 -0)
📝 contents/core/frameworks/frameworks.qmd (+5 -5)
contents/core/training/images/png/acc_fpgas.png (+0 -0)
contents/core/training/images/png/acc_gpus.png (+0 -0)
contents/core/training/images/png/acc_tpus.png (+0 -0)
contents/core/training/images/png/acc_wse.png (+0 -0)

...and 6 more files

📄 Description

https://github.com/harvard-edge/cs249r_book/issues/636


🔄 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/639 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `636-improve-ai-training-chapter` --- ### 📝 Commits (10+) - [`9f14583`](https://github.com/harvard-edge/cs249r_book/commit/9f14583d979f9aacde50fa0a355d12a424d3472f) Improving training chapter, few days of work dumped in (messy) - [`2ce53c6`](https://github.com/harvard-edge/cs249r_book/commit/2ce53c6469de0e0257fd596ee1360e132ff7397c) Merge branch 'dev' into 636-improve-ai-training-chapter - [`a6ecd22`](https://github.com/harvard-edge/cs249r_book/commit/a6ecd227c6d4b5616b75ebe778f72ac2ba6e7ab6) updatedd bib - [`1f02752`](https://github.com/harvard-edge/cs249r_book/commit/1f0275218e81a46a7630aaefd6eceaee855b5a93) Updated references to hardware section - [`2a9f4e7`](https://github.com/harvard-edge/cs249r_book/commit/2a9f4e7bd7bf54daf08ca9d1e4994e46a323f8e5) added a footnote - [`301f6bf`](https://github.com/harvard-edge/cs249r_book/commit/301f6bfc4a2b05b2478742f1ba4e312910088991) fix math regndering issue - [`f1a1ef8`](https://github.com/harvard-edge/cs249r_book/commit/f1a1ef8ad913be73d5214a3419a5e6e26a5dcf78) fix character issue - [`510513d`](https://github.com/harvard-edge/cs249r_book/commit/510513da71df128802e71b366c8aed533b67c3c3) learning objectives - [`54f1674`](https://github.com/harvard-edge/cs249r_book/commit/54f167476db73af36f6cf7115d96aa24fb14d5df) Conclusion - [`3ae7b7f`](https://github.com/harvard-edge/cs249r_book/commit/3ae7b7ffe98f2e2c6c5be5e6f4201e2fa2f625fb) Merge branch 'dev' into 636-improve-ai-training-chapter ### 📊 Changes **26 files changed** (+10411 additions, -765 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `_extensions/quarto-ext/fontawesome/_extension.yml` (+7 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/css/all.css` (+8030 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/css/all.min.css` (+9 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/css/latex-fontsize.css` (+30 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.ttf` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.woff2` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.ttf` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.woff2` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.ttf` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.woff2` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.ttf` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.woff2` (+0 -0) ➕ `_extensions/quarto-ext/fontawesome/fontawesome.lua` (+84 -0) 📝 `_quarto.yml` (+3 -0) 📝 `contents/core/frameworks/frameworks.qmd` (+5 -5) ➕ `contents/core/training/images/png/acc_fpgas.png` (+0 -0) ➕ `contents/core/training/images/png/acc_gpus.png` (+0 -0) ➕ `contents/core/training/images/png/acc_tpus.png` (+0 -0) ➕ `contents/core/training/images/png/acc_wse.png` (+0 -0) _...and 6 more files_ </details> ### 📄 Description https://github.com/harvard-edge/cs249r_book/issues/636 --- <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-04-24 17:05:47 -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#6856