Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Dec 2, 2024
1 parent 3ea0329 commit c500669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion optimum/exporters/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ class TasksManager:
tflite="BertTFLiteConfig",
),
"rembert": supported_tasks_mapping(
"text-generation",
"fill-mask",
"feature-extraction",
"text-classification",
"multiple-choice",
"token-classification",
Expand Down
1 change: 0 additions & 1 deletion tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,6 @@ class ORTModelForCausalLMIntegrationTest(ORTModelTestMixin):
"llama",
"mistral",
"opt",
"rembert",
]

if check_if_transformers_greater("4.37"):
Expand Down

0 comments on commit c500669

Please sign in to comment.