Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- featherless-ai/Qwerky-72B
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- quantization
|
7 |
+
- GGUF
|
8 |
+
base_model_relation: quantized
|
9 |
+
quantized_by: exxocism
|
10 |
+
---
|
11 |
+
|
12 |
+
## Llamacpp imatrix Quantizations of Qwerky-72B by featherless-ai
|
13 |
+
|
14 |
+
Quantization after https://github.com/ggml-org/llama.cpp/pull/12667 fix
|