danielz01 commited on
Commit
a6ded90
1 Parent(s): 46729a8

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": 3,
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": null,
10
+ "model_file_base_name": null
11
+ }