Commit 5a12091
committed
test(v4-5): all 11 ActivationName values through UI→train
Closes V4-5 / cppmega-mlx-doa. V3-5 only proved swiglu propagation;
v4-5 parametrises across the full 11-entry ACTIVATION_OPTIONS set
declared in BrickContextPanel.tsx:
glu, gelu, relu, relu2, sqrelu, silu, mish, swiglu, geglu, reglu, xielu
Each cell: click llama3_8b_mlp brick → BrickContextPanel → set
activation → Apply → Train → assert extras.model_summary.mlp_activation
matches selection AND losses finite AND weight_delta>0.
11/11 green in 14.4s. Backend support pre-verified via direct
BLOCK_BUILDERS['mlp'] smoke for every activation.1 parent f93fc58 commit 5a12091
1 file changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments