Skip to content

Commit b855a5c

Browse files
committed
Apply suggestions from code review
1 parent 45be419 commit b855a5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

optimum/exporters/openvino/model_configs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
BaichuanModelPatcher,
7474
ChatGLMModelPatcher,
7575
CodeGenModelPatcher,
76+
CommonImageEmbeddingsModelPatcher,
7677
DBRXModelPatcher,
7778
DeciLMModelPatcher,
7879
DeepseekPatcher,
7980
FalconModelPatcher,
8081
FluxTransfromerModelPatcher,
8182
Gemma2ModelPatcher,
82-
CommonImageEmbeddingsModelPatcher,
8383
Gemma3LMModelPatcher,
8484
GptBigCodeModelPatcher,
8585
GptJModelPatcher,
@@ -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):

optimum/intel/openvino/modeling_visual_language.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3254,4 +3254,4 @@ def preprocess_inputs(
32543254
"qwen2_5_vl": _OVQwen2_5_VLForCausalLM,
32553255
"got_ocr2": _OVGotOCR2ForCausalLM,
32563256
"gemma3": _OVGemma3ForCausalLM,
3257-
}
3257+
}

0 commit comments

Comments
 (0)