You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,21 +67,32 @@ Watch the algorithm come alive. The TUI demo trains a model in real time and vis
67
67
cargo run --example demo_tui --release
68
68
```
69
69
70
-
<palign="center">
71
-
<imgsrc="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
-
<palign="center">
75
-
<em>Step 0: All pseudo-queries are zero-initialized. Every block receives equal attention weight (1/N).</em>
<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">
0 commit comments