Skip to content

Commit

Permalink
[pytorch-onnx] update default ONNX export opset to 14 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran committed Oct 16, 2023
1 parent f889bb8 commit 6a2b650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/pytorch/opset.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _default_opset() -> int:
return 9
if torch_version < version.parse("1.10.0"):
return 11
return 13
return 14


TORCH_DEFAULT_ONNX_OPSET = _default_opset()

0 comments on commit 6a2b650

Please sign in to comment.