Skip to content

Commit

Permalink
Change opset
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavika committed May 29, 2024
1 parent 34f8121 commit d55166c
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 @@ -115,7 +115,7 @@ def inputs(self) -> Dict[str, Dict[int, str]]:


class NomicBertOnnxConfig(BertOnnxConfig):
DEFAULT_ONNX_OPSET = 11
DEFAULT_ONNX_OPSET = 14


class AlbertOnnxConfig(BertOnnxConfig):
Expand Down

0 comments on commit d55166c

Please sign in to comment.