From 9fbfbb6edcf17ec5d664dfd87e7a22f1e95fb350 Mon Sep 17 00:00:00 2001 From: CICD-at-OPEA Date: Fri, 8 Aug 2025 22:44:00 +0000 Subject: [PATCH 1/2] Update vLLM version to v0.10.0 Signed-off-by: CICD-at-OPEA --- AudioQnA/tests/test_compose_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_faqgen_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_milvus_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_pinecone_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_qdrant_on_epyc.sh | 2 +- ChatQnA/tests/test_compose_without_rerank_on_epyc.sh | 2 +- CodeGen/tests/test_compose_on_epyc.sh | 2 +- CodeGen/tests/test_compose_tgi_on_epyc.sh | 2 +- CodeTrans/tests/test_compose_on_epyc.sh | 2 +- DocSum/tests/test_compose_on_epyc.sh | 2 +- VisualQnA/tests/test_compose_on_epyc.sh | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/AudioQnA/tests/test_compose_on_epyc.sh b/AudioQnA/tests/test_compose_on_epyc.sh index 0f348e9215..6fc56775a8 100644 --- a/AudioQnA/tests/test_compose_on_epyc.sh +++ b/AudioQnA/tests/test_compose_on_epyc.sh @@ -29,7 +29,7 @@ function build_docker_images() { git clone https://github.com/vllm-project/vllm.git cd ./vllm/ - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_faqgen_on_epyc.sh b/ChatQnA/tests/test_compose_faqgen_on_epyc.sh index 5a30ddf32f..1571349095 100644 --- a/ChatQnA/tests/test_compose_faqgen_on_epyc.sh +++ b/ChatQnA/tests/test_compose_faqgen_on_epyc.sh @@ -26,7 +26,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh b/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh index 4b87225b39..75d86a4a6e 100644 --- a/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh +++ b/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh @@ -26,7 +26,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_milvus_on_epyc.sh b/ChatQnA/tests/test_compose_milvus_on_epyc.sh index e24da36d22..851f6cb33d 100644 --- a/ChatQnA/tests/test_compose_milvus_on_epyc.sh +++ b/ChatQnA/tests/test_compose_milvus_on_epyc.sh @@ -27,7 +27,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER="v0.8.3" + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_on_epyc.sh b/ChatQnA/tests/test_compose_on_epyc.sh index e24da36d22..851f6cb33d 100644 --- a/ChatQnA/tests/test_compose_on_epyc.sh +++ b/ChatQnA/tests/test_compose_on_epyc.sh @@ -27,7 +27,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER="v0.8.3" + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_pinecone_on_epyc.sh b/ChatQnA/tests/test_compose_pinecone_on_epyc.sh index ffd00d46a5..02bddd1450 100755 --- a/ChatQnA/tests/test_compose_pinecone_on_epyc.sh +++ b/ChatQnA/tests/test_compose_pinecone_on_epyc.sh @@ -27,7 +27,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_qdrant_on_epyc.sh b/ChatQnA/tests/test_compose_qdrant_on_epyc.sh index b56b5b157d..1489a346c7 100644 --- a/ChatQnA/tests/test_compose_qdrant_on_epyc.sh +++ b/ChatQnA/tests/test_compose_qdrant_on_epyc.sh @@ -25,7 +25,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER="v0.8.3" + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh b/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh index b38f91d3fe..06f96f9290 100644 --- a/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh +++ b/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh @@ -25,7 +25,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/CodeGen/tests/test_compose_on_epyc.sh b/CodeGen/tests/test_compose_on_epyc.sh index 308946eb86..efe3c25598 100644 --- a/CodeGen/tests/test_compose_on_epyc.sh +++ b/CodeGen/tests/test_compose_on_epyc.sh @@ -29,7 +29,7 @@ function build_docker_images() { popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/CodeGen/tests/test_compose_tgi_on_epyc.sh b/CodeGen/tests/test_compose_tgi_on_epyc.sh index ca91a915ff..9476925d3f 100644 --- a/CodeGen/tests/test_compose_tgi_on_epyc.sh +++ b/CodeGen/tests/test_compose_tgi_on_epyc.sh @@ -29,7 +29,7 @@ function build_docker_images() { popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/CodeTrans/tests/test_compose_on_epyc.sh b/CodeTrans/tests/test_compose_on_epyc.sh index db4ec48233..50a9fb68b0 100644 --- a/CodeTrans/tests/test_compose_on_epyc.sh +++ b/CodeTrans/tests/test_compose_on_epyc.sh @@ -29,7 +29,7 @@ function build_docker_images() { popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/DocSum/tests/test_compose_on_epyc.sh b/DocSum/tests/test_compose_on_epyc.sh index c9f94e133b..1a4959366a 100644 --- a/DocSum/tests/test_compose_on_epyc.sh +++ b/DocSum/tests/test_compose_on_epyc.sh @@ -39,7 +39,7 @@ function build_docker_images() { popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/VisualQnA/tests/test_compose_on_epyc.sh b/VisualQnA/tests/test_compose_on_epyc.sh index c3f3cd8c3d..7eb33312b1 100644 --- a/VisualQnA/tests/test_compose_on_epyc.sh +++ b/VisualQnA/tests/test_compose_on_epyc.sh @@ -27,7 +27,7 @@ function build_docker_images() { docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile . popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.9.0.1 + VLLM_VER=v0.10.0 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" From 40508ab72b84f3c748aa3bbbf1cea4cd5fb20202 Mon Sep 17 00:00:00 2001 From: chensuyue Date: Fri, 15 Aug 2025 10:22:22 +0800 Subject: [PATCH 2/2] DocSum failed with VLLM_VER=v0.10.0, will track with another PR Signed-off-by: chensuyue --- DocSum/tests/test_compose_on_epyc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocSum/tests/test_compose_on_epyc.sh b/DocSum/tests/test_compose_on_epyc.sh index 1a4959366a..c9f94e133b 100644 --- a/DocSum/tests/test_compose_on_epyc.sh +++ b/DocSum/tests/test_compose_on_epyc.sh @@ -39,7 +39,7 @@ function build_docker_images() { popd && sleep 1s git clone https://github.com/vllm-project/vllm.git && cd vllm - VLLM_VER=v0.10.0 + VLLM_VER=v0.9.0.1 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt"