Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Jul 23, 2024
1 parent 43ad03e commit 35d9a6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ parameters:
variables:
- name: win_trt_folder
${{ if eq(parameters.CudaVersion, '11.8') }}:
value: TensorRT-10.0.1.6.Windows10.x86_64.cuda-11.8
value: TensorRT-10.2.0.19.Windows10.x86_64.cuda-11.8
${{ if eq(parameters.CudaVersion, '12.2') }}:
value: TensorRT-10.0.1.6.Windows10.x86_64.cuda-12.4
value: TensorRT-10.2.0.19.Windows10.x86_64.cuda-12.5

jobs:
- job: 'build'
Expand Down

0 comments on commit 35d9a6d

Please sign in to comment.