Stabilize dev pre-commit workflow

Add fallback hook dependencies in validate-dev and apply trailing-whitespace fixes to lab plan files so pre-commit no longer fails on auto-modifications.
This commit is contained in:
Vijay Janapa Reddi
2026-03-02 10:22:41 -05:00
parent a342170b67
commit fdd90ce139
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
## 3. The 3-Act Narrative (The Lab Journey)
### Act I: Proving the Iron Law (15m)
* **Scenario:** You have a fixed model ($AI = 50$).
* **Scenario:** You have a fixed model ($AI = 50$).
* **Crisis:** It runs too slow on the CPU.
* **Task:** Upgrade to a GPU. Observe that the latency *barely moves* because the data term ($D/BW$) is the bottleneck. Find the "Ridge Point" where the GPU actually becomes useful.

View File

@@ -37,7 +37,7 @@
### Act I: The Physics of Data Gravity (15m)
* **Scenario:** You have 1 Petabyte of raw video in a warehouse. Your cluster is 3,000 miles away.
* **Crisis:** Project deadline is in 10 days.
* **Crisis:** Project deadline is in 10 days.
* **Task:** Calculate the transfer time over 1Gbps fiber. Realize it will take weeks. Toggle to "Snowball" (Sneakernet) and see the physical delivery time beat the fiber.
### Act II: The Feeding Tax (15m)