Skip to content

Commit 6c11e67

Browse files
ci(runs-on): set CUDA_ARCH env var in pre-install (#2133)
1 parent abba399 commit 6c11e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/runs-on.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ runners:
1818
preinstall: |
1919
nvidia-smi
2020
nvidia-smi -L
21+
echo 'CUDA_ARCH=75,86,89' >> $GITHUB_ENV

0 commit comments

Comments
 (0)