We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13398e6 commit 117da9fCopy full SHA for 117da9f
.github/workflows/publish.yml
@@ -67,9 +67,9 @@ jobs:
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
+ echo 'TORCH_CUDA_ARCH_LIST="3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9+PTX"' >> $GITHUB_ENV
71
elif [[ "${{ matrix.cuda }}" == "cu124" ]]; then
72
- echo 'TORCH_CUDA_ARCH_LIST="5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0+PTX"' >> $env:GITHUB_ENV
+ echo 'TORCH_CUDA_ARCH_LIST="5.0;6.0;6.1;7.0;7.5;8.0;8.6;8.9;9.0+PTX"' >> $GITHUB_ENV
73
fi
74
75
- name: just print the envvar
0 commit comments