Skip to content

Commit c325045

Browse files
committed
update
1 parent 40385ad commit c325045

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

optimum/exporters/openvino/model_configs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,8 @@ class ExaoneOpenVINOConfig(LlamaOpenVINOConfig):
607607
@register_in_tasks_manager(
608608
"exaone4",
609609
*[
610-
"feature-extraction",
611-
"feature-extraction-with-past",
612610
"text-generation",
613611
"text-generation-with-past",
614-
"text-classification",
615612
],
616613
library_name="transformers",
617614
)

tests/openvino/test_exporters_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ class OVCLIExportTestCase(unittest.TestCase):
116116
SUPPORTED_ARCHITECTURES.extend(
117117
[
118118
("text-generation-with-past", "exaone4"),
119-
("feature-extraction", "exaone4"),
120-
("text-classification", "exaone4"),
121119
]
122120
)
123121
if is_transformers_version(">=", "4.52.1") and is_openvino_version(">=", "2025.4.0"):

0 commit comments

Comments
 (0)