Skip to content

Commit 883534c

Browse files
authored
Update optimum/exporters/openvino/model_configs.py
1 parent 8a41895 commit 883534c

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
@@ -3062,6 +3062,6 @@ def with_behavior(
30623062
self.int_dtype,
30633063
self.float_dtype,
30643064
model_patcher=Gemma3LMModelPatcher,
3065-
inputs_update={"token_type_ids": {0: "batch_size", 1: "past_sequence_length + 1"}},
3065+
inputs_update={"token_type_ids": {0: "batch_size", 1: "sequence_length"}},
30663066
)
30673067
return super().with_behavior(behavior)

0 commit comments

Comments
 (0)