psyche commited on
Commit
d7aa68c
1 Parent(s): 9d456ed

Create quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +24 -0
quantize_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "batch_size": 1,
3
+ "bits": 4,
4
+ "block_name_to_quantize": null,
5
+ "cache_block_outputs": true,
6
+ "damp_percent": 0.01,
7
+ "dataset": null,
8
+ "desc_act": false,
9
+ "exllama_config": {
10
+ "version": 2
11
+ },
12
+ "group_size": 128,
13
+ "max_input_length": null,
14
+ "model_seqlen": null,
15
+ "module_name_preceding_first_block": null,
16
+ "modules_in_block_to_quantize": null,
17
+ "pad_token_id": null,
18
+ "quant_method": "gptq",
19
+ "sym": true,
20
+ "tokenizer": null,
21
+ "true_sequential": true,
22
+ "use_cuda_fp16": false,
23
+ "use_exllama": false
24
+ }