Lewdiculous
commited on
Commit
•
e994792
1
Parent(s):
dc11026
Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,8 @@ Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
|
33 |
**Quants:**
|
34 |
```python
|
35 |
quantization_options = [
|
36 |
-
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
|
37 |
-
"Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
38 |
]
|
39 |
```
|
40 |
|
|
|
33 |
**Quants:**
|
34 |
```python
|
35 |
quantization_options = [
|
36 |
+
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
|
37 |
+
"Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
38 |
]
|
39 |
```
|
40 |
|