mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Default value 10.2->10.3 in linux-gpu-tensorrt-daily-perf-pipeline.yml (#21823)
### Description Fix default value 10.2->10.3 in linux-gpu-tensorrt-daily-perf-pipeline.yml ### 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. -->
This commit is contained in:
parent
31ae11788a
commit
4a5d66c15f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ parameters:
|
|||
- name: TrtVersion
|
||||
displayName: TensorRT Version
|
||||
type: string
|
||||
default: 10.2.cuda_12_5_cudnn_9
|
||||
default: 10.3.cuda_12_5_cudnn_9
|
||||
values:
|
||||
- 8.6.cuda_11_8_cudnn_8
|
||||
- 8.6.cuda_12_3_cudnn_9
|
||||
|
|
|
|||
Loading…
Reference in a new issue