Lewdiculous
commited on
Commit
•
ebfe772
1
Parent(s):
094c4d8
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,14 @@ inference: false
|
|
18 |
# Llama.cpp version: b2350
|
19 |
---
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## GGUF-Imatrix quantizations for [ChaoticNeutrals/Layris_9B](https://huggingface.co/ChaoticNeutrals/Layris_9B/).
|
22 |
|
23 |
All credits belong to the author.
|
|
|
18 |
# Llama.cpp version: b2350
|
19 |
---
|
20 |
|
21 |
+
Uploading...
|
22 |
+
```python
|
23 |
+
quantization_options = [
|
24 |
+
"Q4_K_M", "Q4_K_S", "IQ4_XS", "Q5_K_M",
|
25 |
+
"Q5_K_S", "Q6_K", "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XS", "IQ3_XXS"
|
26 |
+
]
|
27 |
+
```
|
28 |
+
|
29 |
## GGUF-Imatrix quantizations for [ChaoticNeutrals/Layris_9B](https://huggingface.co/ChaoticNeutrals/Layris_9B/).
|
30 |
|
31 |
All credits belong to the author.
|