elinas commited on
Commit
12aefb4
1 Parent(s): 8ac5681

Upload quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +10 -0
quantize_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 32,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true,
8
+ "model_name_or_path": "/media/elinas/nvme_1/text-generation-webui/models/chronos-13b-v2-base-GPTQ",
9
+ "model_file_base_name": "gptq_model-4bit-32g"
10
+ }