We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec46e0 commit 01ce937Copy full SHA for 01ce937
.github/workflows/publish.yml
@@ -64,6 +64,7 @@ jobs:
64
65
- name: Set CUDA arch list for Windows
66
if: matrix.os == 'windows-2019'
67
+ shell: bash -l {0}
68
run: |
69
if [[ "${{ matrix.cuda }}" == "cu118" ]]; then
70
echo ("TORCH_CUDA_ARCH_LIST='3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9+PTX'") >> $env:GITHUB_ENV
0 commit comments