Lewdiculous
commited on
Commit
•
95bc813
1
Parent(s):
ddafdd9
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,13 @@ inference: false
|
|
14 |
|
15 |
This repository hosts GGUF-IQ-Imatrix quants for [Nitral-AI/Mika-Lelantacles-7b-Longtext](https://huggingface.co/Nitral-AI/Mika-Lelantacles-7b-Longtext/).
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
This model was merged using the SLERP merge method.
|
|
|
14 |
|
15 |
This repository hosts GGUF-IQ-Imatrix quants for [Nitral-AI/Mika-Lelantacles-7b-Longtext](https://huggingface.co/Nitral-AI/Mika-Lelantacles-7b-Longtext/).
|
16 |
|
17 |
+
```python
|
18 |
+
quantization_options = [
|
19 |
+
"Q4_K_M", "IQ4_XS", "Q5_K_M", "Q5_K_S", "Q6_K",
|
20 |
+
"Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
21 |
+
]
|
22 |
+
```
|
23 |
+
|
24 |
---
|
25 |
|
26 |
This model was merged using the SLERP merge method.
|