Lewdiculous
commited on
Commit
•
8629a8b
1
Parent(s):
a6560ef
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- gguf
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository hosts GGUF-IQ-Imatrix quantizations for [ResplendentAI/Datura_7B](https://huggingface.co/ResplendentAI/Datura_7B).
|
7 |
+
|
8 |
+
**This is experimental.**
|
9 |
+
|
10 |
+
```python
|
11 |
+
quantization_options = [
|
12 |
+
"Q4_K_M", "Q5_K_M", "Q6_K", "Q8_0"
|
13 |
+
]
|
14 |
+
```
|