Pramod Janamanchi commited on
Commit
9c58954
·
verified ·
1 Parent(s): 3308731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen3-30B-A3B-Thinking-2507
5
+ ---
6
+
7
+ This is my (first) attempt at quantizing this Qwen3 model (Qwen/Qwen3-30B-A3B-Thinking-2507) using auto-round, like so:
8
+
9
+ ```
10
+ auto-round-light --model "Qwen/Qwen3-30B-A3B-Thinking-2507" --scheme "W4A16" --format "auto_gptq" --output_dir "./Quantized" --model_dtype fp16
11
+ ```