Commit 343a275
committed
docs: the field data lands on the model; ~4% was the wrong anchor
The llama-shape artifact closed with "the honest headline is the 4% one,
because that is the regime real users are in." The last clause was never
measured, and two independent real-world integrations contradict it.
Ilintar/pwilkin's llama.cpp fork: 62 -> 68.5 tok/s on Ornith 35B-A3B,
+10.5%. lhl on a W7900: +8.13% decode over 239 rows. Inverting the
probe's own measured 78% submission-cost reduction, those imply stock
submission shares of 12.2% and 9.6% -- between the probe's anchors of
29.0% at 5 us/kernel and 4.8% at 50 us/kernel, i.e. around 15-22
us/kernel.
The synthetic probe therefore predicted the field results from an
independent direction, and the artifact mistook its own model for a
replacement of the field data rather than a confirmation of it.
Two reasons 50 us/kernel was the wrong anchor to call typical: it is the
least favourable end of the artifact's own stated 20-50 us range with
nothing selecting it, and MoE breaks the dense-model premise outright --
35B-A3B activates ~3B parameters, so decode is many small expert kernels,
higher submission share, and the larger model shows the larger win.
Corrected claim: +8% to +10.5% measured end-to-end by two independent
parties, bounded 4%-31% by regime. The multi-queue finding is unaffected;
a decode chain is Unsplittable and the whole win is PM4 lowering.
Open item recorded: neither field result logged us/kernel, so the implied
shares are model inferences. A rocprofv3 run on a named llama.cpp model
would make them direct measurements.1 parent 59bc26b commit 343a275
1 file changed
Lines changed: 72 additions & 0 deletions
Lines changed: 72 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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
0 commit comments