Update vLLM version to v0.8.5

Signed-off-by: CICD-at-OPEA <CICD@opea.dev>
This commit is contained in:
CICD-at-OPEA
2025-05-08 08:37:52 +00:00
parent bfefdfad34
commit 2160d43a32
14 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ function build_docker_images() {
cd $WORKPATH/docker_image_build
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
git clone https://github.com/vllm-project/vllm.git && cd vllm
VLLM_VER="v0.8.3"
VLLM_VER=v0.8.5
echo "Check out vLLM tag ${VLLM_VER}"
git checkout ${VLLM_VER} &> /dev/null
cd ../