Skip to content

Commit

Permalink
Update cuda version in release pipeline (#22305)
Browse files Browse the repository at this point in the history
### 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. -->
  • Loading branch information
jingyanwangms authored Oct 4, 2024
1 parent d0ddfa9 commit bb0c1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bb0c1f0

Please sign in to comment.