Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 949c443

Browse files
eaidovaecharlaix
andauthoredApr 24, 2024··
Update optimum/exporters/openvino/model_configs.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent b2dde59 commit 949c443

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)
Please sign in to comment.