Skip to content

Commit decdeac

Browse files
committedMar 17, 2025
Apply suggestions from code review
1 parent 45be419 commit decdeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎optimum/exporters/openvino/model_configs.py

+1-1
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):

0 commit comments

Comments
 (0)