mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
update onnx (#1287)
This commit is contained in:
parent
01715c0ff1
commit
a571ea74a6
3 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
|||
"component":{
|
||||
"type":"git",
|
||||
"git": {
|
||||
"commitHash": "ceaa5da720418b2b705f6066d82c38fe89694f12",
|
||||
"commitHash": "01f77251b74438bcde5c40a2533bdd289f257ea1",
|
||||
"repositoryUrl": "https://github.com/onnx/onnx.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
cmake/external/onnx
vendored
2
cmake/external/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit ceaa5da720418b2b705f6066d82c38fe89694f12
|
||||
Subproject commit 01f77251b74438bcde5c40a2533bdd289f257ea1
|
||||
|
|
@ -13,7 +13,7 @@ version2tag=(5af210ca8a1c73aa6bae8754c9346ec54d0a756e-onnx123
|
|||
bae6333e149a59a3faa9c4d9c44974373dcf5256-onnx130
|
||||
9e55ace55aad1ada27516038dfbdc66a8a0763db-onnx141
|
||||
7d7bc83d29a328233d3e8affa4c4ea8b3e3599ef-onnx150
|
||||
ceaa5da720418b2b705f6066d82c38fe89694f12-onnxtip)
|
||||
01f77251b74438bcde5c40a2533bdd289f257ea1-onnxtip)
|
||||
for v2t in ${version2tag[*]}; do
|
||||
onnx_version="$(cut -d'-' -f1<<<${v2t})"
|
||||
onnx_tag="$(cut -d'-' -f2<<<${v2t})"
|
||||
|
|
|
|||
Loading…
Reference in a new issue