Skip to content

Commit e2951fb

Browse files
committed
add gemma3n MIN_TRANSFORMERS_VERSION
1 parent c73c7bd commit e2951fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

optimum/exporters/openvino/model_configs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,6 +4043,8 @@ def outputs(self) -> Dict[str, Dict[int, str]]:
40434043

40444044
@register_in_tasks_manager("gemma3n", *["image-text-to-text"], library_name="transformers")
40454045
class Gemma3nOpenVINOConfig(Gemma4OpenVINOConfig):
4046+
MIN_TRANSFORMERS_VERSION = "5.0"
4047+
40464048
def __init__(
40474049
self,
40484050
config: "PretrainedConfig",

0 commit comments

Comments
 (0)