Skip to content

Commit

Permalink
.github/workflows/windows-cuda-dependency.yml: upgrade to cuda 12.5.1…
Browse files Browse the repository at this point in the history
… and tensorrt 10.3.0
  • Loading branch information
WolframRhodium committed Aug 7, 2024
1 parent 2364050 commit e3d3253
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.2.0/zip/TensorRT-10.2.0.19.Windows.win10.cuda-12.5.zip
curl -L -o trt.zip https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.3.0/zip/TensorRT-10.3.0.26.Windows.win10.cuda-12.5.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.5.0/network_installers/cuda_12.5.0_windows_network.exe
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/12.5.1/network_installers/cuda_12.5.1_windows_network.exe
cuda_installer.exe -s cudart_12.5 cublas_12.5 cufft_12.5 cupti_12.5 nvrtc_12.5
- name: Move CUDA Libraries
Expand Down

0 comments on commit e3d3253

Please sign in to comment.