jyhong836 commited on
Commit
29e1ec4
1 Parent(s): e032c35

Upload quantize_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. quantize_config.json +11 -0
quantize_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "static_groups": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "model_name_or_path": "zoo/zhenyu/llama2/wanda_2_4_gptq_4bit",
10
+ "model_file_base_name": "gptq_model-4bit-128g"
11
+ }