RaushanTurganbay HF staff commited on
Commit
2544474
·
verified ·
1 Parent(s): 986edb7

Fix vision_feature_select_strategy

Browse files
Files changed (1) hide show
  1. processor_config.json +1 -1
processor_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "num_additional_image_tokens": 0,
4
  "patch_size": 14,
5
  "processor_class": "LlavaProcessor",
6
- "vision_feature_select_strategy": "default"
7
  }
 
3
  "num_additional_image_tokens": 0,
4
  "patch_size": 14,
5
  "processor_class": "LlavaProcessor",
6
+ "vision_feature_select_strategy": "full"
7
  }