We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ced4a4 commit afde7d9Copy full SHA for afde7d9
.github/workflows/build.yml
@@ -73,6 +73,8 @@ jobs:
73
- name: setup CUDA
74
shell: bash
75
run: |
76
+ touch ~/.netrc
77
+ chmod 600 ~/.netrc
78
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
79
./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
80
- uses: actions/setup-python@v5
0 commit comments