Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["GPTQForCausalLM"],
|
| 3 |
+
"model_type": "gptq",
|
| 4 |
+
"quantization_config": {
|
| 5 |
+
"bits": 4,
|
| 6 |
+
"group_size": 128,
|
| 7 |
+
"desc_act": false
|
| 8 |
+
},
|
| 9 |
+
"torch_dtype": "float16",
|
| 10 |
+
"trust_remote_code": true
|
| 11 |
+
}
|