Lewdiculous commited on
Commit
5d84315
·
verified ·
1 Parent(s): 8ea5e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```