Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,11 @@ tags:
|
|
10 |
|
11 |
## AWQ quantization of [Steelskull/L3.3-MS-Nevoria-70b](https://huggingface.co/Steelskull/L3.3-MS-Nevoria-70b)
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## AWQ quantization of [Steelskull/L3.3-MS-Nevoria-70b](https://huggingface.co/Steelskull/L3.3-MS-Nevoria-70b)
|
12 |
|
13 |
+
"quantization_config": {
|
14 |
+
"bits": 4,
|
15 |
+
"group_size": 128,
|
16 |
+
"modules_to_not_convert": null,
|
17 |
+
"quant_method": "awq",
|
18 |
+
"version": "gemm",
|
19 |
+
"zero_point": true
|
20 |
+
}
|