Skip to content

Commit 33119a7

Browse files
authored
Update vLLM version to v0.10.0 (#2181)
Signed-off-by: CICD-at-OPEA <[email protected]> Signed-off-by: chensuyue <[email protected]>
1 parent b314f7f commit 33119a7

12 files changed

+12
-12
lines changed

AudioQnA/tests/test_compose_on_epyc.sh

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

3030
git clone https://github.com/vllm-project/vllm.git
3131
cd ./vllm/
32-
VLLM_VER=v0.9.0.1
32+
VLLM_VER=v0.10.0
3333
echo "Check out vLLM tag ${VLLM_VER}"
3434
git checkout ${VLLM_VER} &>/dev/null
3535
VLLM_REQ_FILE="requirements/cpu.txt"

ChatQnA/tests/test_compose_faqgen_on_epyc.sh

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

ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh

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

ChatQnA/tests/test_compose_milvus_on_epyc.sh

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

ChatQnA/tests/test_compose_on_epyc.sh

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

ChatQnA/tests/test_compose_pinecone_on_epyc.sh

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

ChatQnA/tests/test_compose_qdrant_on_epyc.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.10.0
2929
echo "Check out vLLM tag ${VLLM_VER}"
3030
git checkout ${VLLM_VER} &>/dev/null
3131
VLLM_REQ_FILE="requirements/cpu.txt"

ChatQnA/tests/test_compose_without_rerank_on_epyc.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.9.0.1
28+
VLLM_VER=v0.10.0
2929
echo "Check out vLLM tag ${VLLM_VER}"
3030
git checkout ${VLLM_VER} &>/dev/null
3131
VLLM_REQ_FILE="requirements/cpu.txt"

CodeGen/tests/test_compose_on_epyc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function build_docker_images() {
2929
popd && sleep 1s
3030

3131
git clone https://github.com/vllm-project/vllm.git && cd vllm
32-
VLLM_VER=v0.9.0.1
32+
VLLM_VER=v0.10.0
3333
echo "Check out vLLM tag ${VLLM_VER}"
3434
git checkout ${VLLM_VER} &>/dev/null
3535
VLLM_REQ_FILE="requirements/cpu.txt"

CodeGen/tests/test_compose_tgi_on_epyc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function build_docker_images() {
2929
popd && sleep 1s
3030

3131
git clone https://github.com/vllm-project/vllm.git && cd vllm
32-
VLLM_VER=v0.9.0.1
32+
VLLM_VER=v0.10.0
3333
echo "Check out vLLM tag ${VLLM_VER}"
3434
git checkout ${VLLM_VER} &>/dev/null
3535
VLLM_REQ_FILE="requirements/cpu.txt"

0 commit comments

Comments
 (0)