Skip to content

Commit

Permalink
fix: explictly export CUDA arches for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale committed Mar 16, 2024
1 parent e53842b commit 0631225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
# Limit Ninja's number of processes to 1 to prevent OOM
export MAX_JOBS=1

export TORCH_CUDA_ARCH_LIST="6.1 7.0 7.5 8.0 8.6 8.9 9.0+PTX"
# Install requirements
$python_executable -m pip install wheel packaging
$python_executable -m pip install -r requirements.txt
Expand Down

0 comments on commit 0631225

Please sign in to comment.