Skip to content

Commit f03b0fe

Browse files
authored
Add gemma to skip check trace models (#1306)
1 parent 9f0fe44 commit f03b0fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

optimum/exporters/openvino/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ def set_simplified_chat_template(ov_tokenizer_model, processor_chat_template=Non
373373
"llama4",
374374
)
375375

376+
if is_transformers_version("<", "4.41"):
377+
SKIP_CHECK_TRACE_MODELS += ("gemma",)
378+
376379

377380
def allow_skip_tracing_check(library_name, model_type):
378381
if is_openvino_version("<", "2025.0.0"):

0 commit comments

Comments
 (0)