diff options
Diffstat (limited to 'ep_run/build_alexi_deck.py')
| -rw-r--r-- | ep_run/build_alexi_deck.py | 6 |
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') |
