Skip to content

Commit

Permalink
update commit, partial revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Jul 26, 2024
1 parent 32a5821 commit 3b61f68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/generated/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "706f02e74366b2cbaacf87be61de95df051a2788",
"commitHash": "f161f95883b4ebd8cb789de5efc67b73c0a6e694",
"repositoryUrl": "https://github.com/onnx/onnx-tensorrt.git"
},
"comments": "onnx_tensorrt"
Expand Down
2 changes: 1 addition & 1 deletion cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mp11;https://github.com/boostorg/mp11/archive/refs/tags/boost-1.82.0.zip;9bc9e01
neural_speed;https://github.com/intel/neural-speed/archive/refs/tags/v0.3.zip;5ec64e3071edc7347ebd8a81679cf06e2bb9b851
onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.16.1.zip;2eb9198bb352757d5ff13977cbe0634898e0837c
#use the latest commit of 10.2-GA
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/706f02e74366b2cbaacf87be61de95df051a2788.zip;d716e94fe9df25916e381b5400de2f06d82c691f
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/f161f95883b4ebd8cb789de5efc67b73c0a6e694.zip;2148d0c79a171abf2b9451f3bfec164e85caf2ef
protobuf;https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip;7cf2733949036c7d52fda017badcab093fe73bfa
protoc_win64;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win64.zip;b4521f7ada5b260380f94c4bd7f1b7684c76969a
protoc_win32;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win32.zip;3688010318192c46ce73213cdfb6b3e5656da874
Expand Down
4 changes: 2 additions & 2 deletions cmake/deps_update_and_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
# Run without --do-upload once to verify downloading. Use --do-upload when you are ready to publish.
# E.g.:
# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.168
# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.82
# # check contents of C:/temp/onnxruntime_deps
# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.168 --no-download --do-upload
# python cmake/deps_update_and_upload.py --root-path C:/temp/onnxruntime_deps --version 1.0.82 --no-download --do-upload
#
# Next, update the version number in tools/ci_build/github/azure-pipelines/templates/download-deps.yml.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ parameters:
- name: TrtVersion
displayName: TensorRT Version
type: string
default: 10.2.cuda_12_5_cudnn_9
default: 10.0.cuda_11_8_cudnn_8
values:
- 8.4.cuda_11_6_cudnn_8
- 8.5.cuda_11_8_cudnn_8
- 8.6.cuda_11_8_cudnn_8
- 8.6.cuda_12_3_cudnn_9
- 10.2.cuda_11_8_cudnn_8
- 10.2.cuda_12_5_cudnn_9
- 10.0.cuda_11_8_cudnn_8
- 10.0.cuda_12_4_cudnn_9
- BIN

- name: UseTensorrtOssParser
Expand Down

0 comments on commit 3b61f68

Please sign in to comment.