Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen3-235B-A22B
|
5 |
+
---
|
6 |
+
|
7 |
+
```
|
8 |
+
llama-quantize --tensor-type ffn_up_exps=q4_0 --tensor-type ffn_down_exps=q4_0 --tensor-type ffn_gate_exps=q4_0 Qwen3-235B-A22B.gguf Qwen3-235B-A22B-Q8_0-EXP-Q4_0.gguf q8_0
|
9 |
+
```
|