Don't build punica kernels by default (#2605)

This commit is contained in:
Philipp Moritz
2024-01-26 15:19:19 -08:00
committed by GitHub
parent 3a0e1fc070
commit 390b495ff3
4 changed files with 11 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ $python_executable -m pip install -r requirements.txt
# Limit the number of parallel jobs to avoid OOM
export MAX_JOBS=1
# Make sure punica is built for the release (for LoRA)
export VLLM_INSTALL_PUNICA_KERNELS=1
# Build
$python_executable setup.py bdist_wheel --dist-dir=dist