Skip to content

Commit e2e1de4

Browse files
committed
Try ONNX 1.16.0
1 parent 3be552b commit e2e1de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/onnx

Submodule onnx updated 38 files

utils/gen_onnx_mlir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
# ==UPDATE_ONNX_VERSION_OPSET==
6868
# Look for tag above and update all references when upgrading the ONNX support within ONNX-MLIR.
69-
current_onnx_version = "1.16.2"
69+
current_onnx_version = "1.16.0"
7070

7171
# Check the version of onnx package being used.
7272
if (

0 commit comments

Comments
 (0)