[PR #715] [MERGED] 713 Fix repeated Acronyms #4753

Closed
opened 2026-04-19 12:37:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/715
Author: @profvjreddi
Created: 2/16/2025
Status: Merged
Merged: 2/17/2025
Merged by: @profvjreddi

Base: devHead: 713-fix-repeated-acronyms


📝 Commits (4)

  • d83eded Fix acronyms script
  • cc88d6c Correctly fixes the text
  • 173a04d Added a script to find repeated acrnonyms
  • e2f9222 Removed redundant definitions e.g. (GPUs) with script help

📊 Changes

13 files changed (+89 additions, -29 deletions)

View changed files

📝 contents/core/ai_for_good/ai_for_good.qmd (+1 -1)
📝 contents/core/benchmarking/benchmarking.qmd (+3 -5)
📝 contents/core/efficient_ai/efficient_ai.qmd (+1 -1)
📝 contents/core/frameworks/frameworks.qmd (+3 -3)
📝 contents/core/ondevice_learning/ondevice_learning.qmd (+2 -2)
📝 contents/core/ops/ops.qmd (+1 -1)
📝 contents/core/optimizations/optimizations.qmd (+2 -2)
📝 contents/core/privacy_security/privacy_security.qmd (+1 -1)
📝 contents/core/robust_ai/robust_ai.qmd (+4 -4)
📝 contents/core/sustainable_ai/sustainable_ai.qmd (+3 -3)
📝 contents/core/training/training.qmd (+3 -3)
📝 contents/core/workflow/workflow.qmd (+3 -3)
scripts/find_acronyms.py (+62 -0)

📄 Description

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


🔄 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/715 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 2/16/2025 **Status:** ✅ Merged **Merged:** 2/17/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `713-fix-repeated-acronyms` --- ### 📝 Commits (4) - [`d83eded`](https://github.com/harvard-edge/cs249r_book/commit/d83eded67b6ac3437d9ba9596d02788c29630122) Fix acronyms script - [`cc88d6c`](https://github.com/harvard-edge/cs249r_book/commit/cc88d6cec68e2cce3a2ae65ba52e7c7ced1d262b) Correctly fixes the text - [`173a04d`](https://github.com/harvard-edge/cs249r_book/commit/173a04d04f34787ad1a3e072ee4da6c17efaee1b) Added a script to find repeated acrnonyms - [`e2f9222`](https://github.com/harvard-edge/cs249r_book/commit/e2f92228195bdcf04cdc0523c3a7a6ca5ae174d0) Removed redundant definitions e.g. (GPUs) with script help ### 📊 Changes **13 files changed** (+89 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+1 -1) 📝 `contents/core/benchmarking/benchmarking.qmd` (+3 -5) 📝 `contents/core/efficient_ai/efficient_ai.qmd` (+1 -1) 📝 `contents/core/frameworks/frameworks.qmd` (+3 -3) 📝 `contents/core/ondevice_learning/ondevice_learning.qmd` (+2 -2) 📝 `contents/core/ops/ops.qmd` (+1 -1) 📝 `contents/core/optimizations/optimizations.qmd` (+2 -2) 📝 `contents/core/privacy_security/privacy_security.qmd` (+1 -1) 📝 `contents/core/robust_ai/robust_ai.qmd` (+4 -4) 📝 `contents/core/sustainable_ai/sustainable_ai.qmd` (+3 -3) 📝 `contents/core/training/training.qmd` (+3 -3) 📝 `contents/core/workflow/workflow.qmd` (+3 -3) ➕ `scripts/find_acronyms.py` (+62 -0) </details> ### 📄 Description https://github.com/harvard-edge/cs249r_book/issues/713 --- <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-19 12:37:13 -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#4753