diff --git a/cgmanifest.json b/cgmanifest.json index d32d3cbd73..1a27c0deda 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -49,7 +49,7 @@ "component": { "type": "git", "git": { - "commitHash": "2873fea8bd4679fdf337d64d1140e80a61986c29", + "commitHash": "553df22c67bee5f0fe6599cff60f1afc6748c635", "repositoryUrl": "https://github.com/onnx/onnx.git" } } diff --git a/cmake/external/onnx b/cmake/external/onnx index 2873fea8bd..553df22c67 160000 --- a/cmake/external/onnx +++ b/cmake/external/onnx @@ -1 +1 @@ -Subproject commit 2873fea8bd4679fdf337d64d1140e80a61986c29 +Subproject commit 553df22c67bee5f0fe6599cff60f1afc6748c635 diff --git a/tools/ci_build/github/linux/docker/scripts/install_onnx.sh b/tools/ci_build/github/linux/docker/scripts/install_onnx.sh index 726a5c588e..e3d7a55c2c 100755 --- a/tools/ci_build/github/linux/docker/scripts/install_onnx.sh +++ b/tools/ci_build/github/linux/docker/scripts/install_onnx.sh @@ -13,7 +13,7 @@ version2tag=(5af210ca8a1c73aa6bae8754c9346ec54d0a756e-onnx123 bae6333e149a59a3faa9c4d9c44974373dcf5256-onnx130 9e55ace55aad1ada27516038dfbdc66a8a0763db-onnx141 7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef-onnx150 - 2873fea8bd4679fdf337d64d1140e80a61986c29-onnxtip) + 553df22c67bee5f0fe6599cff60f1afc6748c635-onnxtip) for v2t in ${version2tag[*]}; do onnx_version="$(cut -d'-' -f1<<<${v2t})" onnx_tag="$(cut -d'-' -f2<<<${v2t})"