Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,16 @@ Link: [https://huggingface.co/google/gemma-2-2b-it](https://huggingface.co/googl
|
|
10 |
## Quantization Configurations
|
11 |
```
|
12 |
"quantization_config": {
|
|
|
13 |
"bits": 4,
|
14 |
-
"
|
|
|
15 |
"damp_percent": 0.1,
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
"static_groups": false,
|
22 |
-
"sym": true,
|
23 |
-
"true_sequential": true
|
24 |
-
},
|
25 |
```
|
26 |
|
27 |
## Source Codes
|
|
|
10 |
## Quantization Configurations
|
11 |
```
|
12 |
"quantization_config": {
|
13 |
+
"batch_size": 1,
|
14 |
"bits": 4,
|
15 |
+
"block_name_to_quantize": null,
|
16 |
+
"cache_block_outputs": true,
|
17 |
"damp_percent": 0.1,
|
18 |
+
"dataset": null,
|
19 |
+
"desc_act": false,
|
20 |
+
"exllama_config": {
|
21 |
+
"version": 1
|
22 |
+
},
|
|
|
|
|
|
|
|
|
23 |
```
|
24 |
|
25 |
## Source Codes
|