mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
### Description <!-- Describe your changes. --> ### 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.8.0.43'
|
|
# 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.8
|
|
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.8 |