Skip to content

Commit

Permalink
fewer jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
HanGuo97 committed Nov 18, 2024
1 parent 782df90 commit 18b0b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $python_executable -m pip install --upgrade auditwheel
$python_executable -m pip install -r requirements.txt

# Limit the number of parallel jobs to avoid OOM
export MAX_JOBS=2
export MAX_JOBS=1
# Make sure release wheels are built for the following architectures
export TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9"
# Build
Expand Down

0 comments on commit 18b0b75

Please sign in to comment.