Skip to content

Commit

Permalink
Remove opset=14 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Feb 19, 2024
1 parent d83c6ef commit f366dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/exporters/onnx/model_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ def outputs(self) -> Dict[str, Dict[int, str]]:


class OwlV2OnnxConfig(OwlViTOnnxConfig):
DEFAULT_ONNX_OPSET = 14
pass


class LayoutLMOnnxConfig(TextAndVisionOnnxConfig):
Expand Down

0 comments on commit f366dd3

Please sign in to comment.