Skip to content

Commit b142bbe

Browse files
committed
format
1 parent f6983cb commit b142bbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

optimum/exporters/tasks.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,7 @@ class TasksManager:
706706
"token-classification",
707707
onnx="LiltOnnxConfig",
708708
),
709-
"levit": supported_tasks_mapping(
710-
"feature-extraction", "image-classification", onnx="LevitOnnxConfig"
711-
),
709+
"levit": supported_tasks_mapping("feature-extraction", "image-classification", onnx="LevitOnnxConfig"),
712710
"longt5": supported_tasks_mapping(
713711
"feature-extraction",
714712
"feature-extraction-with-past",

0 commit comments

Comments
 (0)