Skip to content

Commit

Permalink
Update optimum/exporters/onnx/model_configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Jan 13, 2025
1 parent d1924f0 commit 0a01569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/exporters/onnx/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def inputs(self) -> Dict[str, Dict[int, str]]:

class ModernBertOnnxConfig(DistilBertOnnxConfig):
MIN_TRANSFORMERS_VERSION = version.parse("4.48.0")
pass


class MPNetOnnxConfig(DistilBertOnnxConfig):
Expand Down

0 comments on commit 0a01569

Please sign in to comment.