Commit f7432b1
committed
docs: describe the fused quantized_matmul path, not dequantize
The README quantization bullet and the qwen3_quantized livebook still
described the quantized path as running through `dequantize_defn/1`
(dequantize-then-dot). Since the fused quantized_matmul work (61b36f4)
the native quantized path lowers to the fused `mx::quantized_matmul`
kernel, streaming the packed low-bit weights; dequantize_defn is now
only the non-MLX fallback. Update the prose to match.1 parent 47266a4 commit f7432b1
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments