Vasily Alexeev
commited on
Commit
·
7b1edfd
1
Parent(s):
cb827dc
add quant info in config
Browse files- config.json +9 -1
config.json
CHANGED
@@ -24,5 +24,13 @@
|
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.39.3",
|
26 |
"use_cache": true,
|
27 |
-
"vocab_size": 128256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
|
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.39.3",
|
26 |
"use_cache": true,
|
27 |
+
"vocab_size": 128256,
|
28 |
+
"quantization_config": {
|
29 |
+
"quant_method": "gptq",
|
30 |
+
"bits": 4,
|
31 |
+
"group_size": 128,
|
32 |
+
"sym": false,
|
33 |
+
"desc_act": true,
|
34 |
+
"disable_exllama": true
|
35 |
+
}
|
36 |
}
|