Skip to content

Commit d759144

Browse files
committed
Update onnx commit
1 parent f39a8d1 commit d759144

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Diff for: cgmanifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"component":{
5050
"type":"git",
5151
"git":{
52-
"commitHash":"27d4b617e7097cda7d0d4c45ff2b09d248f33179",
52+
"commitHash":"7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef",
5353
"repositoryUrl":"https://github.com/onnx/onnx.git"
5454
}
5555
}

Diff for: cmake/external/onnx

Submodule onnx updated 75 files

Diff for: docs/How_To_Update_ONNX_Dev_Notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ git add onnx
1515
2. Update [cgmanifest.json](/cgmanifest.json)
1616
Search 'https://github.com/onnx/onnx.git', update the commitHash with it.
1717

18-
3. Update [tools/ci_build/github/linux/docker/scripts/install_deps.sh](/tools/ci_build/github/linux/docker/scripts/install_deps.sh)
18+
3. Update [tools/ci_build/github/linux/docker/scripts/install_deps.sh](/tools/ci_build/github/linux/docker/scripts/install_deps.sh)
19+
and [tools/ci_build/github/linux/docker/scripts/install_deps_x86.sh](/tools/ci_build/github/linux/docker/scripts/install_deps_x86.sh)
1920
Search 'for onnx_version in', update the commit hashes. The list should contain every release version from ONNX 1.2, and the latest one in our cmake/external/onnx folder.
2021

2122
4. Update onnxruntime/core/protobuf

Diff for: tools/ci_build/github/linux/docker/scripts/install_deps.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ else
3838
#5af210ca8a1c73aa6bae8754c9346ec54d0a756e is v1.2.3
3939
#bae6333e149a59a3faa9c4d9c44974373dcf5256 is v1.3.0
4040
#9e55ace55aad1ada27516038dfbdc66a8a0763db is v1.4.1
41-
#27d4b617e7097cda7d0d4c45ff2b09d248f33179 is v1.4.1 latest
42-
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "27d4b617e7097cda7d0d4c45ff2b09d248f33179"; do
41+
#7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef is v1.5.0
42+
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef"; do
4343
if [ -z ${lastest_onnx_version+x} ]; then
4444
echo "first pass";
4545
else

Diff for: tools/ci_build/github/linux/docker/scripts/install_deps_x86.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ else
3232
#5af210ca8a1c73aa6bae8754c9346ec54d0a756e is v1.2.3
3333
#bae6333e149a59a3faa9c4d9c44974373dcf5256 is v1.3.0
3434
#9e55ace55aad1ada27516038dfbdc66a8a0763db is v1.4.1
35-
#27d4b617e7097cda7d0d4c45ff2b09d248f33179 is v1.4.1 latest
36-
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "27d4b617e7097cda7d0d4c45ff2b09d248f33179"; do
35+
#7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef is v1.5.0
36+
for onnx_version in "5af210ca8a1c73aa6bae8754c9346ec54d0a756e" "bae6333e149a59a3faa9c4d9c44974373dcf5256" "9e55ace55aad1ada27516038dfbdc66a8a0763db" "7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef"; do
3737
if [ -z ${lastest_onnx_version+x} ]; then
3838
echo "first pass";
3939
else

0 commit comments

Comments
 (0)