Update README.md
Browse files
README.md
CHANGED
@@ -10,28 +10,17 @@ Link: [https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct](https://hu
|
|
10 |
## Quantization Configurations
|
11 |
```
|
12 |
"quantization_config": {
|
13 |
-
"batch_size": 1,
|
14 |
"bits": 4,
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"dataset": null,
|
19 |
-
"desc_act": false,
|
20 |
-
"exllama_config": {
|
21 |
-
"version": 1
|
22 |
-
},
|
23 |
"group_size": 128,
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"module_name_preceding_first_block": null,
|
27 |
-
"modules_in_block_to_quantize": null,
|
28 |
-
"pad_token_id": null,
|
29 |
"quant_method": "gptq",
|
|
|
30 |
"sym": true,
|
31 |
-
"
|
32 |
-
"true_sequential": true,
|
33 |
-
"use_cuda_fp16": false,
|
34 |
-
"use_exllama": true
|
35 |
},
|
36 |
```
|
37 |
|
|
|
10 |
## Quantization Configurations
|
11 |
```
|
12 |
"quantization_config": {
|
|
|
13 |
"bits": 4,
|
14 |
+
"checkpoint_format": "gptq",
|
15 |
+
"damp_percent": 0.01,
|
16 |
+
"desc_act": true,
|
|
|
|
|
|
|
|
|
|
|
17 |
"group_size": 128,
|
18 |
+
"model_file_base_name": null,
|
19 |
+
"model_name_or_path": null,
|
|
|
|
|
|
|
20 |
"quant_method": "gptq",
|
21 |
+
"static_groups": false,
|
22 |
"sym": true,
|
23 |
+
"true_sequential": true
|
|
|
|
|
|
|
24 |
},
|
25 |
```
|
26 |
|