Skip to content

Commit 1bb9fa4

Browse files
CICD-at-OPEAedlee123
authored andcommitted
Update vLLM version to v0.9.0.1 (opea-project#1921)
Signed-off-by: CICD-at-OPEA <CICD@opea.dev> Signed-off-by: Ed Lee <16417837+edlee123@users.noreply.github.com>
1 parent 09ceb36 commit 1bb9fa4

17 files changed

Lines changed: 18 additions & 18 deletions

.github/env/_build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Copyright (C) 2025 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
44

5-
export VLLM_VER=v0.8.3
5+
export VLLM_VER=v0.9.0.1
66
export VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0

AudioQnA/tests/test_compose_multilang_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_docker_images() {
2727

2828
git clone https://github.com/vllm-project/vllm.git
2929
cd ./vllm/
30-
VLLM_VER="v0.8.3"
30+
VLLM_VER=v0.9.0.1
3131
echo "Check out vLLM tag ${VLLM_VER}"
3232
git checkout ${VLLM_VER} &> /dev/null && cd ../
3333

AudioQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build_docker_images() {
2727

2828
git clone https://github.com/vllm-project/vllm.git
2929
cd ./vllm/
30-
VLLM_VER="v0.8.3"
30+
VLLM_VER=v0.9.0.1
3131
echo "Check out vLLM tag ${VLLM_VER}"
3232
git checkout ${VLLM_VER} &> /dev/null && cd ../
3333

ChatQnA/tests/test_compose_faqgen_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_docker_images() {
2424
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525
popd && sleep 1s
2626
git clone https://github.com/vllm-project/vllm.git && cd vllm
27-
VLLM_VER="v0.8.3"
27+
VLLM_VER=v0.9.0.1
2828
echo "Check out vLLM tag ${VLLM_VER}"
2929
git checkout ${VLLM_VER} &> /dev/null && cd ../
3030

ChatQnA/tests/test_compose_faqgen_tgi_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_docker_images() {
2424
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525
popd && sleep 1s
2626
git clone https://github.com/vllm-project/vllm.git && cd vllm
27-
VLLM_VER="v0.8.3"
27+
VLLM_VER=v0.9.0.1
2828
echo "Check out vLLM tag ${VLLM_VER}"
2929
git checkout ${VLLM_VER} &> /dev/null && cd ../
3030

ChatQnA/tests/test_compose_mariadb_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_docker_images() {
2424
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525
popd && sleep 1s
2626
git clone https://github.com/vllm-project/vllm.git && cd vllm
27-
VLLM_VER="v0.8.3"
27+
VLLM_VER=v0.9.0.1
2828
echo "Check out vLLM tag ${VLLM_VER}"
2929
git checkout ${VLLM_VER} &> /dev/null
3030
# make sure NOT change the pwd

ChatQnA/tests/test_compose_milvus_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function build_docker_images() {
2525
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2626
popd && sleep 1s
2727
git clone https://github.com/vllm-project/vllm.git && cd vllm
28-
VLLM_VER="v0.8.3"
28+
VLLM_VER=v0.9.0.1
2929
echo "Check out vLLM tag ${VLLM_VER}"
3030
git checkout ${VLLM_VER} &> /dev/null
3131
# make sure NOT change the pwd

ChatQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_docker_images() {
2424
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525
popd && sleep 1s
2626
git clone https://github.com/vllm-project/vllm.git && cd vllm
27-
VLLM_VER="v0.8.3"
27+
VLLM_VER=v0.9.0.1
2828
echo "Check out vLLM tag ${VLLM_VER}"
2929
git checkout ${VLLM_VER} &> /dev/null
3030
# make sure NOT change the pwd

ChatQnA/tests/test_compose_pinecone_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function build_docker_images() {
2525
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2626
popd && sleep 1s
2727
git clone https://github.com/vllm-project/vllm.git && cd vllm
28-
VLLM_VER="v0.8.3"
28+
VLLM_VER=v0.9.0.1
2929
echo "Check out vLLM tag ${VLLM_VER}"
3030
git checkout ${VLLM_VER} &> /dev/null
3131
# Not change the pwd

ChatQnA/tests/test_compose_qdrant_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_docker_images() {
2424
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
2525
popd && sleep 1s
2626
git clone https://github.com/vllm-project/vllm.git && cd vllm
27-
VLLM_VER="v0.8.3"
27+
VLLM_VER=v0.9.0.1
2828
echo "Check out vLLM tag ${VLLM_VER}"
2929
git checkout ${VLLM_VER} &> /dev/null
3030
# Not change the pwd

0 commit comments

Comments
 (0)