Skip to content

Commit c7a2ab7

Browse files
committed
Update README with new TUI screenshot grid
1 parent 227cefb commit c7a2ab7

1 file changed

Lines changed: 26 additions & 15 deletions

File tree

README.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,32 @@ Watch the algorithm come alive. The TUI demo trains a model in real time and vis
6767
cargo run --example demo_tui --release
6868
```
6969

70-
<p align="center">
71-
<img src="docs/assets/img/attnres-tui-demo-1.png" width="700" alt="TUI demo at initialization — uniform depth attention weights, all pseudo-query norms at zero">
72-
</p>
73-
74-
<p align="center">
75-
<em>Step 0: All pseudo-queries are zero-initialized. Every block receives equal attention weight (1/N).</em>
76-
</p>
77-
78-
<p align="center">
79-
<img src="docs/assets/img/attnres-tui-demo-2.png" width="700" alt="TUI demo mid-training — loss decreasing, attention patterns becoming selective, pseudo-query norms growing">
80-
</p>
81-
82-
<p align="center">
83-
<em>Mid-training: Deeper layers develop stronger preferences. Pseudo-query norms grow as the model learns which blocks are most useful at each depth.</em>
84-
</p>
70+
<table>
71+
<tr>
72+
<td width="50%" align="center">
73+
<img src="docs/assets/img/attnres-tui-demo-1.png" width="100%" alt="Overview view of the redesigned AttnRes TUI showing live telemetry, routing heatmap, and event feed">
74+
<br />
75+
<sub><strong>1. Overview</strong> — live training telemetry, block topology, routing heatmap, and event feed.</sub>
76+
</td>
77+
<td width="50%" align="center">
78+
<img src="docs/assets/img/attnres-tui-demo-2.png" width="100%" alt="Pipeline view of the redesigned AttnRes TUI showing selected sublayer drilldown and algorithm steps">
79+
<br />
80+
<sub><strong>2. Pipeline</strong> — selected sublayer drilldown, pre-softmax scores, routing mass, and the 5-step AttnRes trace.</sub>
81+
</td>
82+
</tr>
83+
<tr>
84+
<td width="50%" align="center">
85+
<img src="docs/assets/img/attnres-tui-demo-3.png" width="100%" alt="Inference view of the redesigned AttnRes TUI showing two-phase schedule and merge observability">
86+
<br />
87+
<sub><strong>3. Inference</strong> — two-phase scheduling, cache-vs-partial merge behavior, and parity checks.</sub>
88+
</td>
89+
<td width="50%" align="center">
90+
<img src="docs/assets/img/attnres-tui-demo-4.png" width="100%" alt="Compact view of the redesigned AttnRes TUI in a smaller terminal layout">
91+
<br />
92+
<sub><strong>4. Compact Mode</strong> — condensed terminal layout that keeps the core observability usable in smaller shells.</sub>
93+
</td>
94+
</tr>
95+
</table>
8596

8697
**Controls:** `Space` start/pause | `Up/Down` speed | `Left/Right` inspect sublayers | `Tab` or `1/2/3` switch views | `?` help | `r` reset | `q` quit
8798

0 commit comments

Comments
 (0)