Skip to content

Commit

Permalink
Fix CUDA windows installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Sep 14, 2024
1 parent 104cc98 commit 7e1f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_windows.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CUDA_ROOT="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8"
curl -L -nv -o cuda.exe https://developer.download.nvidia.com/compute/cuda/11.8.0/network_installers/cuda_11.8.0_windows_network.exe
./cuda.exe -s nvcc_12.2 cudart_12.2
./cuda.exe -s nvcc_11.8 cudart_11.8
rm cuda.exe

0 comments on commit 7e1f3a3

Please sign in to comment.