Update README.md
Browse files
README.md
CHANGED
@@ -150,10 +150,10 @@ appears to produce results consistent with full quality BF16/F16 weights
|
|
150 |
except Q6 goes much faster, for both prefill and prediction, by virtue
|
151 |
of consuming significantly less memory.
|
152 |
|
153 |
-
### Q6\
|
154 |
|
155 |
The output for the first xdigit() assembly optimization example with
|
156 |
-
Q6\
|
157 |
|
158 |
```asm
|
159 |
.globl hiho
|
|
|
150 |
except Q6 goes much faster, for both prefill and prediction, by virtue
|
151 |
of consuming significantly less memory.
|
152 |
|
153 |
+
### Q6\_K, F16, BF16
|
154 |
|
155 |
The output for the first xdigit() assembly optimization example with
|
156 |
+
Q6\_K, F16, or BF16 weights is:
|
157 |
|
158 |
```asm
|
159 |
.globl hiho
|