File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,17 @@ jobs:
6464 permissions :
6565 contents : write
6666 steps :
67- - name : setup CUDA
68- shell : bash
69- run : |
70- C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda_12.6.0_560.76_windows.exe
71- ./cuda_12.6.0_560.76_windows.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
72- rm -f cuda_12.6.0_560.76_windows.exe
7367 - name : Checkout
7468 uses : actions/checkout@v4
7569 with :
7670 submodules : " true"
7771 fetch-depth : 0
7872 fetch-tags : true
73+ - name : setup CUDA
74+ shell : bash
75+ run : |
76+ C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/network_installers/cuda_12.6.0_windows_network.exe
77+ ./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 nvtx_12.6 curand_dev_12.6
7978 - uses : actions/setup-python@v5
8079 with :
8180 python-version : |
You can’t perform that action at this time.
0 commit comments