Skip to content

Commit

Permalink
Update pypi-distribution-reusable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Sep 23, 2024
1 parent d932fd2 commit e94f0de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi-distribution-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
ls -al /usr/local &&
export PATH=$PATH:/usr/local/cuda/bin &&
nvcc --version &&
export BUILD_WITH_CUDA=1
echo nvcc location: &&
which nvcc &&
export CUDACXX="$(which nvcc)"
export BUILD_WITH_CUDA=1 &&
export TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0"
#- name: Build wheels
Expand Down

0 comments on commit e94f0de

Please sign in to comment.