summaryrefslogtreecommitdiff
path: root/ep_run/build_alexi_deck.py
diff options
context:
space:
mode:
authorYuren Hao <yurenh2@illinois.edu>2026-07-15 10:32:26 -0500
committerYuren Hao <yurenh2@illinois.edu>2026-07-15 10:32:26 -0500
commita6d88a18a4bfd46ab0dd487730b72dcbc3b8b5b8 (patch)
treead6a724c445958c8e5ddca1906fdd9bc63a764a2 /ep_run/build_alexi_deck.py
parent82da86dbd49a093a24e0827331667e8e9e6217df (diff)
assets/: organize into decks|figs|hw|refs|misc; scripts + gitignore repointed
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
Diffstat (limited to 'ep_run/build_alexi_deck.py')
-rw-r--r--ep_run/build_alexi_deck.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ep_run/build_alexi_deck.py b/ep_run/build_alexi_deck.py
index 461b8fb..d206e8d 100644
--- a/ep_run/build_alexi_deck.py
+++ b/ep_run/build_alexi_deck.py
@@ -8,7 +8,7 @@ from pptx.enum.text import PP_ALIGN
INK = RGBColor(0x3a, 0x3a, 0x3a); GRAY = RGBColor(0x8a, 0x8a, 0x8a)
BLUE = RGBColor(0x2c, 0x6f, 0xbb); ORAN = RGBColor(0xd9, 0x5f, 0x02)
RED = RGBColor(0xb0, 0x3a, 0x2e); GREEN = RGBColor(0x2e, 0x7d, 0x32)
-A = '/home/yurenh2/ept/assets/'
+A = '/home/yurenh2/ept/assets/figs/'
prs = Presentation()
prs.slide_width = Inches(13.333); prs.slide_height = Inches(7.5)
@@ -155,5 +155,5 @@ tf = tbox(s, 0.55, 5.9, 12.4, 1.3)
para(tf, 'Prices (sourced, July 2026): market H100 $1.87–2.99/GPU·h; AWS p5e $4.97/GPU·h. All estimates include bf16 (1.56×) and EP ≈ 3.2× BP wall-clock; tail-only centered adds ~1.13×.', 12, GRAY, first=True, bullet=False)
para(tf, 'Alternative one-shot: 3B-Chinchilla ≈ $40k fits the envelope alone — but the ladder buys three publishable points and de-risks the flagship.', 12, GRAY, bullet=False)
-prs.save(A + 'alexi_primer_deck.pptx')
-print('deck saved:', A + 'alexi_primer_deck.pptx')
+prs.save('/home/yurenh2/ept/assets/decks/alexi_primer_deck.pptx')
+print('deck saved: /home/yurenh2/ept/assets/decks/alexi_primer_deck.pptx')