Skip to content

Commit

Permalink
.github/workflows/windows-cuda-dependency.yml: upgrade to cuda 12.6.2…
Browse files Browse the repository at this point in the history
… and tensorrt 10.6.0
  • Loading branch information
WolframRhodium committed Nov 1, 2024
1 parent d183b9a commit b27d3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-cuda-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Download TensorRT library
run: |
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.5.0/zip/TensorRT-10.5.0.18.Windows.win10.cuda-12.6.zip
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.6.0/zip/TensorRT-10.6.0.26.Windows.win10.cuda-12.6.zip
- name: Extract TensorRT library
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Download CUDA Libraries
shell: cmd
run: |
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.6.1/network_installers/cuda_12.6.1_windows_network.exe
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.6.2/network_installers/cuda_12.6.2_windows_network.exe
cuda_installer.exe -s cudart_12.6 cublas_12.6 cufft_12.6 cupti_12.6 nvrtc_12.6
- name: Move CUDA Libraries
Expand Down

0 comments on commit b27d3e1

Please sign in to comment.