shuyuej commited on
Commit
94cfd30
·
verified ·
1 Parent(s): ceeae43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ```text
6
+ "quantization_config": {
7
+ "batch_size": 1,
8
+ "bits": 4,
9
+ "block_name_to_quantize": null,
10
+ "cache_block_outputs": true,
11
+ "damp_percent": 0.1,
12
+ "dataset": null,
13
+ "desc_act": false,
14
+ "exllama_config": {
15
+ "version": 1
16
+ },
17
+ "group_size": 128,
18
+ "max_input_length": null,
19
+ "model_seqlen": null,
20
+ "module_name_preceding_first_block": null,
21
+ "modules_in_block_to_quantize": null,
22
+ "pad_token_id": null,
23
+ "quant_method": "gptq",
24
+ "sym": true,
25
+ "tokenizer": null,
26
+ "true_sequential": true,
27
+ "use_cuda_fp16": false,
28
+ "use_exllama": true
29
+ },
30
+ ```