Lewdiculous
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,12 @@ tags:
|
|
10 |
|
11 |
This repository hosts GGUF-IQ-Imatrix quants for **jeiku/Elly_7B.**
|
12 |
|
13 |
-
This model is highly experimental.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
This repository hosts GGUF-IQ-Imatrix quants for **jeiku/Elly_7B.**
|
12 |
|
13 |
+
This model is highly experimental.
|
14 |
+
|
15 |
+
**Quants:**
|
16 |
+
```python
|
17 |
+
quantization_options = [
|
18 |
+
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M", "Q5_K_S",
|
19 |
+
"Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
|
20 |
+
]
|
21 |
+
```
|