mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
### Description <!-- Describe your changes. --> * Update CI with TRT 10.6 * Update oss parser to [10.6-GA-ORT-DDS ](https://github.com/onnx/onnx-tensorrt/tree/10.6-GA-ORT-DDS) and update dependency version * Update Py-cuda11 CI to use trt10.6 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> (There will be 3rd PR to further reduce trt_version hardcoding)
7 lines
No EOL
476 B
YAML
7 lines
No EOL
476 B
YAML
variables:
|
|
common_trt_version: '10.6.0.26'
|
|
# As for Debian installation, replace '-1.' by '-1+' when assigning trt version below
|
|
linux_trt_version_cuda11: ${{ variables.common_trt_version }}-1.cuda11.8
|
|
linux_trt_version_cuda12: ${{ variables.common_trt_version }}-1.cuda12.6
|
|
win_trt_folder_cuda11: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-11.8
|
|
win_trt_folder_cuda12: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-12.6 |