add quantization_config.ignore=1 (downstream audit fix)
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -26,6 +26,9 @@
|
|
| 26 |
"modules_to_not_convert": [
|
| 27 |
"model.vision_tower",
|
| 28 |
"model.embed_vision"
|
|
|
|
|
|
|
|
|
|
| 29 |
]
|
| 30 |
},
|
| 31 |
"text_config": {
|
|
|
|
| 26 |
"modules_to_not_convert": [
|
| 27 |
"model.vision_tower",
|
| 28 |
"model.embed_vision"
|
| 29 |
+
],
|
| 30 |
+
"ignore": [
|
| 31 |
+
"lm_head"
|
| 32 |
]
|
| 33 |
},
|
| 34 |
"text_config": {
|