Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -227,7 +227,7 @@
|
|
| 227 |
"quantization_config": {
|
| 228 |
"bits": 4,
|
| 229 |
"group_size": 128,
|
| 230 |
-
"modules_to_not_convert":
|
| 231 |
"quant_method": "awq",
|
| 232 |
"version": "gemm",
|
| 233 |
"zero_point": true
|
|
|
|
| 227 |
"quantization_config": {
|
| 228 |
"bits": 4,
|
| 229 |
"group_size": 128,
|
| 230 |
+
"modules_to_not_convert": ["vpm", "apm", "resampler", "audio_projection_layer", "audio_avg_pooler", "tts", "lm_head"],
|
| 231 |
"quant_method": "awq",
|
| 232 |
"version": "gemm",
|
| 233 |
"zero_point": true
|