Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -32,6 +32,7 @@
|
|
32 |
"sym": true,
|
33 |
"true_sequential": true,
|
34 |
"model_name_or_path": "/kaggle/working/v0_quantized_model_desc_act/",
|
35 |
-
"model_file_base_name": "model"
|
|
|
36 |
}
|
37 |
}
|
|
|
32 |
"sym": true,
|
33 |
"true_sequential": true,
|
34 |
"model_name_or_path": "/kaggle/working/v0_quantized_model_desc_act/",
|
35 |
+
"model_file_base_name": "model",
|
36 |
+
"quant_method": "gptq"
|
37 |
}
|
38 |
}
|