hjc4869 commited on
Commit
fa926c3
·
1 Parent(s): 721e037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
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
+ ```