mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
### Description <!-- Describe your changes. --> Update CIs to TRT10.7 ### 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. -->
7 lines
No EOL
476 B
YAML
7 lines
No EOL
476 B
YAML
variables:
|
|
common_trt_version: '10.7.0.23'
|
|
# 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 |