[PR #731] [MERGED] Updated chapter 10: optimizations.qmd #893

Closed
opened 2026-03-22 15:54:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/731
Author: @hzeljko
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @profvjreddi

Base: devHead: chapter-10


📝 Commits (1)

  • af88b64 Updated chapter 10: optimizations.qmd

📊 Changes

13 files changed (+348 additions, -124 deletions)

View changed files

📝 contents/core/optimizations/images/jpg/modeloptimization_oneshot_pruning.jpeg (+0 -0)
📝 contents/core/optimizations/images/jpg/modeloptimization_sprase_matrix.jpeg (+0 -0)
📝 contents/core/optimizations/images/jpg/modeloptimization_winning_ticket.jpeg (+0 -0)
📝 contents/core/optimizations/images/png/efficientnumerics_calibrationcopy.png (+0 -0)
📝 contents/core/optimizations/images/png/efficientnumerics_granularity.png (+0 -0)
📝 contents/core/optimizations/images/png/efficientnumerics_qp1.png (+0 -0)
📝 contents/core/optimizations/images/png/efficientnumerics_weightsactivations.png (+0 -0)
📝 contents/core/optimizations/images/png/modeloptimization_tensor_decomposition.png (+0 -0)
📝 contents/core/optimizations/optimizations.qmd (+347 -124)
contents/core/optimizations/optimizations_files/figure-html/fig-quantization_impact-1.png (+0 -0)
contents/core/optimizations/optimizations_files/figure-html/fig-quantized-energy-1.png (+0 -0)
contents/core/optimizations/optimizations_files/figure-html/fig-targets-1.png (+0 -0)
📝 tex/header-includes.tex (+1 -0)

📄 Description

Chapter 10 has been edited
Figure 10.1 has been redrawn with Tikz package
Figure 10.11 has been redrawn with Tikz package
Setting up ggplot2 chart, fig. 10.13
Setting up ggplot2 chart, fig. 10.14
Figure 10.16 has been redrawn with Tikz package
Figure 10.17 has been redrawn with Tikz package
Figure 10.22 has been redrawn with Tikz package
Figure 10.23 has been redrawn with Tikz package

In the header-includes.tex file, an option to increase the space for the number of chapters has been added: \setlength{\cftchapnumwidth}{2em}

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 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/731 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `chapter-10` --- ### 📝 Commits (1) - [`af88b64`](https://github.com/harvard-edge/cs249r_book/commit/af88b64d2982d2d36331694a56ae1ada48f0d240) Updated chapter 10: optimizations.qmd ### 📊 Changes **13 files changed** (+348 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `contents/core/optimizations/images/jpg/modeloptimization_oneshot_pruning.jpeg` (+0 -0) 📝 `contents/core/optimizations/images/jpg/modeloptimization_sprase_matrix.jpeg` (+0 -0) 📝 `contents/core/optimizations/images/jpg/modeloptimization_winning_ticket.jpeg` (+0 -0) 📝 `contents/core/optimizations/images/png/efficientnumerics_calibrationcopy.png` (+0 -0) 📝 `contents/core/optimizations/images/png/efficientnumerics_granularity.png` (+0 -0) 📝 `contents/core/optimizations/images/png/efficientnumerics_qp1.png` (+0 -0) 📝 `contents/core/optimizations/images/png/efficientnumerics_weightsactivations.png` (+0 -0) 📝 `contents/core/optimizations/images/png/modeloptimization_tensor_decomposition.png` (+0 -0) 📝 `contents/core/optimizations/optimizations.qmd` (+347 -124) ➕ `contents/core/optimizations/optimizations_files/figure-html/fig-quantization_impact-1.png` (+0 -0) ➕ `contents/core/optimizations/optimizations_files/figure-html/fig-quantized-energy-1.png` (+0 -0) ➕ `contents/core/optimizations/optimizations_files/figure-html/fig-targets-1.png` (+0 -0) 📝 `tex/header-includes.tex` (+1 -0) </details> ### 📄 Description Chapter 10 has been edited Figure 10.1 has been redrawn with Tikz package Figure 10.11 has been redrawn with Tikz package Setting up ggplot2 chart, fig. 10.13 Setting up ggplot2 chart, fig. 10.14 Figure 10.16 has been redrawn with Tikz package Figure 10.17 has been redrawn with Tikz package Figure 10.22 has been redrawn with Tikz package Figure 10.23 has been redrawn with Tikz package In the header-includes.tex file, an option to increase the space for the number of chapters has been added: \setlength{\cftchapnumwidth}{2em} Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <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-03-22 15:54:48 -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#893