Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformers 4.48 #1136

Merged
merged 12 commits into from
Feb 4, 2025
Prev Previous commit
fix llava new processing test
IlyasMoutawwakil committed Feb 4, 2025
commit f5b30f28234dac3fffa83e0c63a8d4be0c12e8e4
1 change: 1 addition & 0 deletions tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
@@ -2237,6 +2237,7 @@ def test_llava_with_new_preprocessing(self, model_arch):
patch_size=config.vision_config.patch_size,
vision_feature_select_strategy=config.vision_feature_select_strategy,
trust_remote_code=model_arch in self.REMOTE_CODE_MODELS,
num_additional_image_tokens=1,
)
transformers_model = self.get_transformer_model_class(model_arch).from_pretrained(model_id)
ov_model = OVModelForVisualCausalLM.from_pretrained(