Skip to content

Commit 8a41895

Browse files
eaidovaAlexKoff88
andauthored
Update optimum/exporters/openvino/model_configs.py
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
1 parent cfe273c commit 8a41895

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
@@ -3029,7 +3029,7 @@ def patch_model_for_export(
30293029

30303030

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

30353035
def patch_model_for_export(

0 commit comments

Comments
 (0)