mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update onnx-tensorrt submodule to master (#753)
This commit is contained in:
parent
acc8ac58d2
commit
06888437dd
3 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -22,9 +22,9 @@
|
|||
[submodule "cmake/external/nsync"]
|
||||
path = cmake/external/nsync
|
||||
url = https://github.com/google/nsync
|
||||
[submodule "cmake/external/onnx-tensorrt"]
|
||||
path = cmake/external/onnx-tensorrt
|
||||
url = https://github.com/stevenlix/onnx-tensorrt.git
|
||||
[submodule "cmake/external/re2"]
|
||||
path = cmake/external/re2
|
||||
url = https://github.com/google/re2.git
|
||||
[submodule "cmake/external/onnx-tensorrt"]
|
||||
path = cmake/external/onnx-tensorrt
|
||||
url = https://github.com/onnx/onnx-tensorrt.git
|
||||
|
|
|
|||
|
|
@ -285,8 +285,8 @@
|
|||
"component":{
|
||||
"type":"git",
|
||||
"git":{
|
||||
"commitHash":"3ad2bd19d6f0a2475805e9aa5ae8734a0d60fbaa",
|
||||
"repositoryUrl":"https://github.com/stevenlix/onnx-tensorrt.git"
|
||||
"commitHash":"c8ebe0da0776c1a6347139b074a901bd57fae499",
|
||||
"repositoryUrl":"https://github.com/onnx/onnx-tensorrt.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
cmake/external/onnx-tensorrt
vendored
2
cmake/external/onnx-tensorrt
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ad2bd19d6f0a2475805e9aa5ae8734a0d60fbaa
|
||||
Subproject commit c8ebe0da0776c1a6347139b074a901bd57fae499
|
||||
Loading…
Reference in a new issue