RaushanTurganbay HF staff commited on
Commit
cca11a8
·
verified ·
1 Parent(s): 3aeaf95

Update processor_config.json

Browse files

Adds `num_additional_image_tokens` so that the model can run with the latest transformers version

Files changed (1) hide show
  1. processor_config.json +2 -1
processor_config.json CHANGED
@@ -2,5 +2,6 @@
2
  "image_token": "<image>",
3
  "patch_size": 14,
4
  "processor_class": "LlavaProcessor",
5
- "vision_feature_select_strategy": "default"
 
6
  }
 
2
  "image_token": "<image>",
3
  "patch_size": 14,
4
  "processor_class": "LlavaProcessor",
5
+ "vision_feature_select_strategy": "default",
6
+ "num_additional_image_tokens": 1
7
  }