Skip to content

Commit 28085e4

Browse files
committed
don't restrict vllm build parallelism
1 parent 1f79e2d commit 28085e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/packaging/pre_build_script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ build_vllm() {
3030
export VERBOSE=1
3131
export CMAKE_VERBOSE_MAKEFILE=1
3232
export FORCE_CMAKE=1
33-
export MAX_JOBS=2 # don't resource starve the host
34-
export CMAKE_BUILD_PARALLEL_LEVEL=2
35-
export MAKEFLAGS=-j2
33+
# export MAX_JOBS=2 # don't resource starve the host
34+
# export CMAKE_BUILD_PARALLEL_LEVEL=2
35+
# export MAKEFLAGS=-j2
3636
pip wheel -v --no-build-isolation --no-deps . -w "$WHL_DIR"
3737
}
3838

0 commit comments

Comments
 (0)