We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f79e2d commit 28085e4Copy full SHA for 28085e4
.github/packaging/pre_build_script.sh
@@ -30,9 +30,9 @@ build_vllm() {
30
export VERBOSE=1
31
export CMAKE_VERBOSE_MAKEFILE=1
32
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
+ # export MAX_JOBS=2 # don't resource starve the host
+ # export CMAKE_BUILD_PARALLEL_LEVEL=2
+ # export MAKEFLAGS=-j2
36
pip wheel -v --no-build-isolation --no-deps . -w "$WHL_DIR"
37
}
38
0 commit comments