Skip to content

Commit 73892cf

Browse files
authored
Apply suggestions from code review
1 parent 883534c commit 73892cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimum/exporters/openvino/model_configs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def patch_model_for_export(
11581158
library_name="transformers",
11591159
)
11601160
class Gemma3TextOpenVINOConfig(Gemma2OpenVINOConfig):
1161-
MIN_TRANSFORMERS_VERSION = version.parse("4.49.0")
1161+
MIN_TRANSFORMERS_VERSION = version.parse("4.50.0")
11621162

11631163

11641164
class DeciDummyPastKeyValuesGenerator(DummyPastKeyValuesGenerator):
@@ -3030,7 +3030,7 @@ def patch_model_for_export(
30303030

30313031
@register_in_tasks_manager("gemma3", *["image-text-to-text"], library_name="transformers")
30323032
class Gemma3OpenVINOConfig(LlavaOpenVINOConfig):
3033-
MIN_TRANSFORMERS_VERSION = "4.49.0"
3033+
MIN_TRANSFORMERS_VERSION = "4.50.0"
30343034

30353035
def patch_model_for_export(
30363036
self, model: Union["PreTrainedModel", "TFPreTrainedModel"], model_kwargs: Optional[Dict[str, Any]] = None

0 commit comments

Comments
 (0)