From 01cd7eaca8ff07e6c3f13827486dee6bd50e0d10 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Tue, 30 Apr 2019 08:44:32 -0700 Subject: [PATCH] Bump up onnx version (#936) * bump up onnx version --- cgmanifest.json | 2 +- cmake/external/onnx | 2 +- tools/ci_build/github/linux/docker/scripts/install_deps.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cgmanifest.json b/cgmanifest.json index 62da5f1154..f6b5066a82 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -49,7 +49,7 @@ "component":{ "type":"git", "git":{ - "commitHash":"27d4b617e7097cda7d0d4c45ff2b09d248f33179", + "commitHash":"c1c04af4e9fa0c96fbc1fda7b330bb994118f3c5", "repositoryUrl":"https://github.com/onnx/onnx.git" } } diff --git a/cmake/external/onnx b/cmake/external/onnx index 27d4b617e7..c1c04af4e9 160000 --- a/cmake/external/onnx +++ b/cmake/external/onnx @@ -1 +1 @@ -Subproject commit 27d4b617e7097cda7d0d4c45ff2b09d248f33179 +Subproject commit c1c04af4e9fa0c96fbc1fda7b330bb994118f3c5 diff --git a/tools/ci_build/github/linux/docker/scripts/install_deps.sh b/tools/ci_build/github/linux/docker/scripts/install_deps.sh index 959a872769..ffb20d2e5e 100755 --- a/tools/ci_build/github/linux/docker/scripts/install_deps.sh +++ b/tools/ci_build/github/linux/docker/scripts/install_deps.sh @@ -38,8 +38,8 @@ else #5af210ca8a1c73aa6bae8754c9346ec54d0a756e is v1.2.3 #bae6333e149a59a3faa9c4d9c44974373dcf5256 is v1.3.0 #9e55ace55aad1ada27516038dfbdc66a8a0763db is v1.4.1 - #27d4b617e7097cda7d0d4c45ff2b09d248f33179 is v1.4.1 latest - for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "27d4b617e7097cda7d0d4c45ff2b09d248f33179"; do + #c1c04af4e9fa0c96fbc1fda7b330bb994118f3c5 is v1.4.1 latest + for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "c1c04af4e9fa0c96fbc1fda7b330bb994118f3c5"; do if [ -z ${lastest_onnx_version+x} ]; then echo "first pass"; else