Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/data5/models
|
3 |
"architectures": [
|
4 |
"Qwen2VLForConditionalGeneration"
|
5 |
],
|
@@ -20,7 +20,7 @@
|
|
20 |
"quantization_config": {
|
21 |
"amp": true,
|
22 |
"autoround_version": "0.5.1",
|
23 |
-
"
|
24 |
"batch_size": 8,
|
25 |
"bits": 4,
|
26 |
"data_type": "int",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/data5/models/Qwen2-VL-72B-Instruct",
|
3 |
"architectures": [
|
4 |
"Qwen2VLForConditionalGeneration"
|
5 |
],
|
|
|
20 |
"quantization_config": {
|
21 |
"amp": true,
|
22 |
"autoround_version": "0.5.1",
|
23 |
+
"packing_format": "auto_round:auto_gptq",
|
24 |
"batch_size": 8,
|
25 |
"bits": 4,
|
26 |
"data_type": "int",
|