Skip to content

Commit 712f290

Browse files
JingyaHuangdacorvo
authored andcommitted
fix: remove mode_type patch
1 parent ddc12b1 commit 712f290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/exporters/exporters_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def get_models_to_test(
109109
):
110110
models_to_test = []
111111
for model_type, model_names_tasks in export_models_dict.items():
112-
model_type = model_type.replace("_", "-")
113112
if exclude_model_types is None or (model_type not in exclude_model_types):
114113
task_config_mapping = TasksManager.get_supported_tasks_for_model_type(
115114
model_type, "neuron", library_name=library_name

0 commit comments

Comments
 (0)