mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Update cuda version in release pipeline (#22305)
### Description With TensorRT 10.4 update, the name of TensorRT windows package changed ### 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
d0ddfa9b9e
commit
bb0c1f0a05
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ stages:
|
|||
${{ if eq(parameters.CudaVersion, '11.8') }}:
|
||||
value: 10.4.0.26-1.cuda11.8
|
||||
${{ if eq(parameters.CudaVersion, '12.2') }}:
|
||||
value: 10.4.0.26-1.cuda12.5
|
||||
value: 10.4.0.26-1.cuda12.6
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ steps:
|
|||
displayName: Set trtCudaVersion
|
||||
- ${{ if and(eq(parameters.CudaVersion, '12.2'), eq(parameters.TrtVersion, '10.4.0.26')) }}:
|
||||
- powershell: |
|
||||
Write-Host "##vso[task.setvariable variable=trtCudaVersion;]12.5"
|
||||
Write-Host "##vso[task.setvariable variable=trtCudaVersion;]12.6"
|
||||
displayName: Set trtCudaVersion
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue