From 3ebdf73a1e08744e85f45344ec20fe1c2effa0da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 08:12:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- comps/llms/text-generation/vllm/build_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comps/llms/text-generation/vllm/build_docker.sh b/comps/llms/text-generation/vllm/build_docker.sh index b1d6fba14c..3680f076c2 100644 --- a/comps/llms/text-generation/vllm/build_docker.sh +++ b/comps/llms/text-generation/vllm/build_docker.sh @@ -35,4 +35,4 @@ else git clone https://github.com/vllm-project/vllm.git cd ./vllm/ docker build -f Dockerfile.cpu -t vllm:cpu --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -fi \ No newline at end of file +fi