Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
quantized_by: bartowski
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: Qwen/Qwen3-30B-A3B
|
6 |
+
base_model_relation: quantized
|
7 |
+
---
|
8 |
+
|
9 |
+
llama.cpp quants of https://huggingface.co/Qwen/Qwen3-30B-A3B
|
10 |
+
|
11 |
+
Had problems with imatrix, so this card is a placeholder, will update after I can investigate
|