Update config.json
Browse filesOnce this PR gets in FP8 will work correctly: https://github.com/huggingface/transformers/pull/42775
- config.json +1 -1
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"tie_word_embeddings": false,
|
| 11 |
"quantization_config": {
|
| 12 |
"activation_scheme": "static",
|
| 13 |
-
"dequantize":
|
| 14 |
"modules_to_not_convert": [
|
| 15 |
"model.vision_tower",
|
| 16 |
"model.multi_modal_projector",
|
|
|
|
| 10 |
"tie_word_embeddings": false,
|
| 11 |
"quantization_config": {
|
| 12 |
"activation_scheme": "static",
|
| 13 |
+
"dequantize": false,
|
| 14 |
"modules_to_not_convert": [
|
| 15 |
"model.vision_tower",
|
| 16 |
"model.multi_modal_projector",
|