Skip to content

Commit 02c8ec6

Browse files
eaidovaecharlaix
andcommitted
Update optimum/exporters/openvino/model_configs.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent c763c9f commit 02c8ec6

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
@@ -440,6 +440,6 @@ class OrionOpenVINOConfig(TextDecoderWithPositionIdsOnnxConfig):
440440

441441

442442
@register_in_tasks_manager("olmo", *["text-generation", "text-generation-with-past"], library_name="transformers")
443-
class OLMoOpenVINOConfig(TextDecoderWithPositionIdsOnnxConfig):
443+
class OlmoOpenVINOConfig(TextDecoderWithPositionIdsOnnxConfig):
444444
DEFAULT_ONNX_OPSET = 14
445445
NORMALIZED_CONFIG_CLASS = NormalizedTextConfig

0 commit comments

Comments
 (0)