mattbucci commited on
Commit
06b09ed
·
verified ·
1 Parent(s): ca05609

add quantization_config.ignore=1 (downstream audit fix)

Browse files
Files changed (1) hide show
  1. 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": {