shuyuej commited on
Commit
ee650dc
1 Parent(s): 382f27b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -18
README.md CHANGED
@@ -11,28 +11,17 @@ Link: [https://huggingface.co/Qwen/Qwen2-72B](https://huggingface.co/Qwen/Qwen2-
11
 
12
  ```text
13
  "quantization_config": {
14
- "batch_size": 1,
15
  "bits": 4,
16
- "block_name_to_quantize": null,
17
- "cache_block_outputs": true,
18
- "damp_percent": 0.1,
19
- "dataset": null,
20
- "desc_act": false,
21
- "exllama_config": {
22
- "version": 1
23
- },
24
  "group_size": 128,
25
- "max_input_length": null,
26
- "model_seqlen": null,
27
- "module_name_preceding_first_block": null,
28
- "modules_in_block_to_quantize": null,
29
- "pad_token_id": null,
30
  "quant_method": "gptq",
 
31
  "sym": true,
32
- "tokenizer": null,
33
- "true_sequential": true,
34
- "use_cuda_fp16": false,
35
- "use_exllama": true
36
  },
37
  ```
38
 
 
11
 
12
  ```text
13
  "quantization_config": {
 
14
  "bits": 4,
15
+ "checkpoint_format": "gptq",
16
+ "damp_percent": 0.01,
17
+ "desc_act": true,
 
 
 
 
 
18
  "group_size": 128,
19
+ "model_file_base_name": null,
20
+ "model_name_or_path": null,
 
 
 
21
  "quant_method": "gptq",
22
+ "static_groups": false,
23
  "sym": true,
24
+ "true_sequential": true
 
 
 
25
  },
26
  ```
27