Update README.md
Browse files
README.md
CHANGED
|
@@ -18,15 +18,12 @@ inference: false
|
|
| 18 |
# Llama.cpp version: b2343
|
| 19 |
---
|
| 20 |
|
| 21 |
-
Uploading...
|
| 22 |
-
|
| 23 |
```python
|
| 24 |
quantization_options = [
|
| 25 |
"Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M",
|
| 26 |
"Q5_K_S", "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XS", "IQ3_XXS"
|
| 27 |
]
|
| 28 |
```
|
| 29 |
-
<hr>
|
| 30 |
|
| 31 |
## GGUF-Imatrix quantizations for [Test157t/Copium-Cola-9B](https://huggingface.co/Test157t/Copium-Cola-9B/).
|
| 32 |
|
|
|
|
| 18 |
# Llama.cpp version: b2343
|
| 19 |
---
|
| 20 |
|
|
|
|
|
|
|
| 21 |
```python
|
| 22 |
quantization_options = [
|
| 23 |
"Q4_K_M", "Q4_K_S", "IQ4_NL", "IQ4_XS", "Q5_K_M",
|
| 24 |
"Q5_K_S", "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XS", "IQ3_XXS"
|
| 25 |
]
|
| 26 |
```
|
|
|
|
| 27 |
|
| 28 |
## GGUF-Imatrix quantizations for [Test157t/Copium-Cola-9B](https://huggingface.co/Test157t/Copium-Cola-9B/).
|
| 29 |
|