Skip to content

Commit

Permalink
remove redundant var
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Oct 18, 2024
1 parent 18997cb commit 8391b24
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ variables:
# 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.6
common_linux_trt_version: ${{ variables.linux_trt_version_cuda12 }}
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.6
common_win_trt_folder: ${{ variables.win_trt_folder_cuda12 }}
win_trt_folder_cuda12: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-12.6

0 comments on commit 8391b24

Please sign in to comment.