Lewdiculous
commited on
Commit
•
742d4d4
1
Parent(s):
62d6e17
Update README.md
Browse files
README.md
CHANGED
@@ -26,13 +26,6 @@ Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
|
|
26 |
```
|
27 |
*Using the latest llama.cpp at the time.*
|
28 |
|
29 |
-
```python
|
30 |
-
quantization_options = [
|
31 |
-
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
|
32 |
-
"Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
33 |
-
]
|
34 |
-
```
|
35 |
-
|
36 |
# Original model information:
|
37 |
|
38 |
<div style="display: flex; justify-content: center; align-items: center">
|
|
|
26 |
```
|
27 |
*Using the latest llama.cpp at the time.*
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
# Original model information:
|
30 |
|
31 |
<div style="display: flex; justify-content: center; align-items: center">
|