|
1 | | -# ============================================================================= |
2 | | -# ANNOUNCEMENT BAR CONFIGURATION - TINYTORCH |
3 | | -# ============================================================================= |
4 | | -# Unifying template (shared across all nine Quarto sites, 2026-04): |
5 | | -# Line 1 — identity + primary CTA (what is THIS site) |
6 | | -# Line 2 — the book |
7 | | -# Line 3 — "Alongside the book:" sibling row (3 most-relevant verbs) |
8 | | -# Line 4 — newsletter |
9 | | -# |
10 | | -# TinyTorch's role in the curriculum is the "build" lens, so line 3 omits |
11 | | -# TinyTorch itself and lists the three sibling learner tools. |
12 | | -# |
13 | | -# History: this file was briefly reverted to a v0.1.10 release notice by |
14 | | -# the v0.1.10 publish merge (commit 0009f55a9 on 2026-04-22). Release news |
15 | | -# belongs in a changelog, not in the always-visible nav bar — restored to |
16 | | -# the ecosystem template on 2026-04-24. If a future release warrants a |
17 | | -# top-of-bar mention, add a release_note field to the shared schema so it |
18 | | -# auto-expires rather than silently replacing the ecosystem message. |
19 | | -# ============================================================================= |
20 | | - |
| 1 | +# TinyTorch announcement bar configuration |
| 2 | +# Managed via Quarto's built-in announcement feature |
21 | 3 | website: |
22 | 4 | announcement: |
23 | | - icon: megaphone |
| 5 | + content: "🎉 v0.1.11 released — Patch: GELU implementation (PR #1690) + OOM acronym expansion · <a href='https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.11'>See release →</a>" |
| 6 | + type: info |
24 | 7 | dismissable: true |
25 | | - type: primary |
26 | | - position: below-navbar |
27 | | - content: | |
28 | | - 🔥 **TinyTorch** — build your own ML framework from scratch; the companion framework to the textbook. [Start building →](https://mlsysbook.ai/tinytorch/)<br> |
29 | | - 📘 **The book:** [Vol I: Foundations](https://mlsysbook.ai/vol1/) · [Vol II: At Scale](https://mlsysbook.ai/vol2/) — open access, free forever.<br> |
30 | | - 🛠️ **Alongside the book:** [Hardware Kits](https://mlsysbook.ai/kits/) (deploy) · [MLSys·im](https://mlsysbook.ai/mlsysim/) (simulate) · [Labs](https://mlsysbook.ai/labs/) (explore)<br> |
31 | | - 📬 **Newsletter:** ML Systems insights & updates — [Subscribe →](https://mlsysbook.ai/newsletter/) |
0 commit comments