File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
BaichuanModelPatcher ,
74
74
ChatGLMModelPatcher ,
75
75
CodeGenModelPatcher ,
76
+ CommonImageEmbeddingsModelPatcher ,
76
77
DBRXModelPatcher ,
77
78
DeciLMModelPatcher ,
78
79
DeepseekPatcher ,
79
80
FalconModelPatcher ,
80
81
FluxTransfromerModelPatcher ,
81
82
Gemma2ModelPatcher ,
82
- CommonImageEmbeddingsModelPatcher ,
83
83
Gemma3LMModelPatcher ,
84
84
GptBigCodeModelPatcher ,
85
85
GptJModelPatcher ,
@@ -1158,7 +1158,7 @@ def patch_model_for_export(
1158
1158
library_name = "transformers" ,
1159
1159
)
1160
1160
class Gemma3TextOpenVINOConfig (Gemma2OpenVINOConfig ):
1161
- MIN_TRANSFORMERS_VERSION = version .parse ("4.49 .0" )
1161
+ MIN_TRANSFORMERS_VERSION = version .parse ("4.50 .0" )
1162
1162
1163
1163
1164
1164
class DeciDummyPastKeyValuesGenerator (DummyPastKeyValuesGenerator ):
Original file line number Diff line number Diff line change @@ -3254,4 +3254,4 @@ def preprocess_inputs(
3254
3254
"qwen2_5_vl" : _OVQwen2_5_VLForCausalLM ,
3255
3255
"got_ocr2" : _OVGotOCR2ForCausalLM ,
3256
3256
"gemma3" : _OVGemma3ForCausalLM ,
3257
- }
3257
+ }
You can’t perform that action at this time.
0 commit comments