Lewdiculous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
|
37 |
**Quants:**
|
38 |
```python
|
39 |
quantization_options = [
|
40 |
-
"Q4_K_M", "Q4_K_S" "IQ4_XS", "Q5_K_M", "Q5_K_S", "Q6_K",
|
41 |
"Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
42 |
]
|
43 |
```
|
|
|
37 |
**Quants:**
|
38 |
```python
|
39 |
quantization_options = [
|
40 |
+
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S", "Q6_K",
|
41 |
"Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
42 |
]
|
43 |
```
|