From 9b02b3df6f8f79951fecb1670a1da9a27fdf8bf1 Mon Sep 17 00:00:00 2001 From: "M. Zeeshan Siddiqui" Date: Wed, 6 May 2020 00:55:19 -0700 Subject: [PATCH] Update ONNX submodule to ONNX 1.7 release candidate 3. (#3838) --- cgmanifest.json | 2 +- cmake/external/onnx | 2 +- tools/ci_build/github/linux/docker/scripts/install_onnx.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cgmanifest.json b/cgmanifest.json index 7cf507425d..554f5c2834 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -49,7 +49,7 @@ "component": { "type": "git", "git": { - "commitHash": "673aef09ba6cb56e7c34f807255f8372f253c0ed", + "commitHash": "8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933", "repositoryUrl": "https://github.com/onnx/onnx.git" } } diff --git a/cmake/external/onnx b/cmake/external/onnx index 673aef09ba..8e9c7d57f7 160000 --- a/cmake/external/onnx +++ b/cmake/external/onnx @@ -1 +1 @@ -Subproject commit 673aef09ba6cb56e7c34f807255f8372f253c0ed +Subproject commit 8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933 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 790693f3d8..98d081d408 100755 --- a/tools/ci_build/github/linux/docker/scripts/install_onnx.sh +++ b/tools/ci_build/github/linux/docker/scripts/install_onnx.sh @@ -31,7 +31,7 @@ version2tag=(5af210ca8a1c73aa6bae8754c9346ec54d0a756e-onnx123 9e55ace55aad1ada27516038dfbdc66a8a0763db-onnx141 7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef-onnx150 1facb4c1bb9cc2107d4dbaf9fd647fefdbbeb0ab-onnx161 - 673aef09ba6cb56e7c34f807255f8372f253c0ed-onnxtip) #1.7.0 + 8e9c7d57f7c5aa6f6eb7ee7abb0ba2a243781933-onnxtip) #1.7.0 for v2t in ${version2tag[*]}; do onnx_version="$(cut -d'-' -f1<<<${v2t})" onnx_tag="$(cut -d'-' -f2<<<${v2t})"