Skip to content

Commit

Permalink
MAX_JOBS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon committed May 7, 2024
1 parent 7731823 commit f80aa0f
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 @@ -11,6 +11,6 @@ LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH
$python_executable -m pip install wheel packaging

# Limit the number of parallel jobs to avoid OOM
export MAX_JOBS=2
export MAX_JOBS=1
# Build
$python_executable setup.py bdist_wheel --dist-dir=dist

0 comments on commit f80aa0f

Please sign in to comment.