From fc0daf4a4476639fb8de7bf7c9d46c258387e7fe Mon Sep 17 00:00:00 2001 From: Joe Runde Date: Tue, 21 May 2024 15:21:28 -0600 Subject: [PATCH] :alembic: turn it way down and wait Signed-off-by: Joe Runde --- Dockerfile.ubi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ubi b/Dockerfile.ubi index 16b8bfff5..98e847869 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -190,10 +190,10 @@ ARG TORCH_CUDA_ARCH_LIST ENV TORCH_CUDA_ARCH_LIST=$TORCH_CUDA_ARCH_LIST # max jobs used by Ninja to build extensions -ARG max_jobs=2 +ARG max_jobs=1 ENV MAX_JOBS=${max_jobs} # number of threads used by nvcc -ARG nvcc_threads=8 +ARG nvcc_threads=1 ENV NVCC_THREADS=$nvcc_threads # make sure punica kernels are built (for LoRA) ENV VLLM_INSTALL_PUNICA_KERNELS=1