diff --git a/.github/env/_build_image.sh b/.github/env/_build_image.sh index 61b0d902ed..631265c8b9 100644 --- a/.github/env/_build_image.sh +++ b/.github/env/_build_image.sh @@ -2,5 +2,5 @@ # Copyright (C) 2025 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -export VLLM_VER=v0.10.0 +export VLLM_VER=v0.10.2 export VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0 diff --git a/AudioQnA/tests/test_compose_multilang_on_xeon.sh b/AudioQnA/tests/test_compose_multilang_on_xeon.sh index 770838c1e2..c5fb90d758 100644 --- a/AudioQnA/tests/test_compose_multilang_on_xeon.sh +++ b/AudioQnA/tests/test_compose_multilang_on_xeon.sh @@ -27,7 +27,7 @@ function build_docker_images() { git clone https://github.com/vllm-project/vllm.git cd ./vllm/ - VLLM_VER=v0.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null && cd ../ diff --git a/AudioQnA/tests/test_compose_on_epyc.sh b/AudioQnA/tests/test_compose_on_epyc.sh index 6fc56775a8..6244eadee8 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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &>/dev/null VLLM_REQ_FILE="requirements/cpu.txt" diff --git a/AudioQnA/tests/test_compose_on_xeon.sh b/AudioQnA/tests/test_compose_on_xeon.sh index a83e4a598e..349ce374be 100644 --- a/AudioQnA/tests/test_compose_on_xeon.sh +++ b/AudioQnA/tests/test_compose_on_xeon.sh @@ -27,7 +27,7 @@ function build_docker_images() { git clone https://github.com/vllm-project/vllm.git cd ./vllm/ - VLLM_VER=v0.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null && cd ../ diff --git a/ChatQnA/docker_compose/amd/cpu/epyc/README_faqgen.md b/ChatQnA/docker_compose/amd/cpu/epyc/README_faqgen.md index f64879d11e..68e22c9bd7 100644 --- a/ChatQnA/docker_compose/amd/cpu/epyc/README_faqgen.md +++ b/ChatQnA/docker_compose/amd/cpu/epyc/README_faqgen.md @@ -65,7 +65,7 @@ First of all, you need to build Docker Images locally. This step can be ignored ```bash git clone https://github.com/vllm-project/vllm.git cd ./vllm/ -VLLM_VER=v0.10.0 +VLLM_VER=v0.10.2 git checkout ${VLLM_VER} docker build --no-cache --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile.cpu -t opea/vllm:latest --shm-size=128g . ``` diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README_faqgen.md b/ChatQnA/docker_compose/intel/cpu/xeon/README_faqgen.md index 67563f29b0..da410f31f8 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README_faqgen.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README_faqgen.md @@ -65,7 +65,7 @@ First of all, you need to build Docker Images locally. This step can be ignored ```bash git clone https://github.com/vllm-project/vllm.git cd ./vllm/ -VLLM_VER=v0.10.0 +VLLM_VER=v0.10.2 git checkout ${VLLM_VER} docker build --no-cache --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile.cpu -t opea/vllm:latest --shm-size=128g . ``` diff --git a/ChatQnA/tests/test_compose_faqgen_on_epyc.sh b/ChatQnA/tests/test_compose_faqgen_on_epyc.sh index 1571349095..61785af83b 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_faqgen_on_xeon.sh index bb18e3db55..cc4a04ba33 100644 --- a/ChatQnA/tests/test_compose_faqgen_on_xeon.sh +++ b/ChatQnA/tests/test_compose_faqgen_on_xeon.sh @@ -24,7 +24,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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null && cd ../ diff --git a/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh b/ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh index 75d86a4a6e..084d76d8c6 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_faqgen_tgi_on_xeon.sh index d0b823f204..7b1297ccf0 100644 --- a/ChatQnA/tests/test_compose_faqgen_tgi_on_xeon.sh +++ b/ChatQnA/tests/test_compose_faqgen_tgi_on_xeon.sh @@ -24,7 +24,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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null && cd ../ diff --git a/ChatQnA/tests/test_compose_mariadb_on_xeon.sh b/ChatQnA/tests/test_compose_mariadb_on_xeon.sh index 4d834e2abc..47916e1d6d 100644 --- a/ChatQnA/tests/test_compose_mariadb_on_xeon.sh +++ b/ChatQnA/tests/test_compose_mariadb_on_xeon.sh @@ -24,7 +24,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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # make sure NOT change the pwd diff --git a/ChatQnA/tests/test_compose_milvus_on_epyc.sh b/ChatQnA/tests/test_compose_milvus_on_epyc.sh index 851f6cb33d..8091102fb1 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_milvus_on_xeon.sh index 2bd97cb05a..320e99df55 100644 --- a/ChatQnA/tests/test_compose_milvus_on_xeon.sh +++ b/ChatQnA/tests/test_compose_milvus_on_xeon.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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # make sure NOT change the pwd diff --git a/ChatQnA/tests/test_compose_on_epyc.sh b/ChatQnA/tests/test_compose_on_epyc.sh index 851f6cb33d..8091102fb1 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_on_xeon.sh index 965ddb34dd..6b655193ae 100644 --- a/ChatQnA/tests/test_compose_on_xeon.sh +++ b/ChatQnA/tests/test_compose_on_xeon.sh @@ -24,7 +24,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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # make sure NOT change the pwd diff --git a/ChatQnA/tests/test_compose_pinecone_on_epyc.sh b/ChatQnA/tests/test_compose_pinecone_on_epyc.sh index 02bddd1450..029f6cf264 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_pinecone_on_xeon.sh index 64c8efc7df..7da9c1ccb0 100755 --- a/ChatQnA/tests/test_compose_pinecone_on_xeon.sh +++ b/ChatQnA/tests/test_compose_pinecone_on_xeon.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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # Not change the pwd diff --git a/ChatQnA/tests/test_compose_qdrant_on_epyc.sh b/ChatQnA/tests/test_compose_qdrant_on_epyc.sh index 1489a346c7..bc273e86ad 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_qdrant_on_xeon.sh index c7a17aac49..feebc91b72 100644 --- a/ChatQnA/tests/test_compose_qdrant_on_xeon.sh +++ b/ChatQnA/tests/test_compose_qdrant_on_xeon.sh @@ -24,7 +24,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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # Not change the pwd diff --git a/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh b/ChatQnA/tests/test_compose_without_rerank_on_epyc.sh index 06f96f9290..a1929157ff 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh index f236a8ab76..be2efb8609 100644 --- a/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh +++ b/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh @@ -25,7 +25,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.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null # Not change the pwd diff --git a/CodeGen/tests/test_compose_on_epyc.sh b/CodeGen/tests/test_compose_on_epyc.sh index efe3c25598..11687e3590 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/CodeGen/tests/test_compose_on_xeon.sh index 0b138b2235..a1889a9a07 100644 --- a/CodeGen/tests/test_compose_on_xeon.sh +++ b/CodeGen/tests/test_compose_on_xeon.sh @@ -27,7 +27,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.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null cd ../ diff --git a/CodeGen/tests/test_compose_tgi_on_epyc.sh b/CodeGen/tests/test_compose_tgi_on_epyc.sh index 9476925d3f..e0d8457c7f 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.10.0 + VLLM_VER=v0.10.2 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 50a9fb68b0..049534053c 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/CodeTrans/tests/test_compose_on_xeon.sh index 8418ba05d1..8f72bd541c 100644 --- a/CodeTrans/tests/test_compose_on_xeon.sh +++ b/CodeTrans/tests/test_compose_on_xeon.sh @@ -26,7 +26,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.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null cd ../ diff --git a/DocSum/tests/test_compose_on_epyc.sh b/DocSum/tests/test_compose_on_epyc.sh index 1a4959366a..5f49c3e6f0 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.10.2 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_xeon.sh b/DocSum/tests/test_compose_on_xeon.sh index 5ceed1ec03..f5dc314057 100644 --- a/DocSum/tests/test_compose_on_xeon.sh +++ b/DocSum/tests/test_compose_on_xeon.sh @@ -37,7 +37,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.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null cd ../ diff --git a/FinanceAgent/docker_compose/intel/hpu/gaudi/README.md b/FinanceAgent/docker_compose/intel/hpu/gaudi/README.md index 4ef43d65d7..3edfafa7a8 100644 --- a/FinanceAgent/docker_compose/intel/hpu/gaudi/README.md +++ b/FinanceAgent/docker_compose/intel/hpu/gaudi/README.md @@ -98,7 +98,7 @@ cd $WORKDIR git clone https://github.com/HabanaAI/vllm-fork.git # get the latest release tag of vllm gaudi cd vllm-fork -VLLM_VER=v0.10.0 +VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} docker build --no-cache -f Dockerfile.hpu -t opea/vllm-gaudi:latest --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy diff --git a/GraphRAG/docker_compose/intel/cpu/xeon/README.md b/GraphRAG/docker_compose/intel/cpu/xeon/README.md index 97af3b788b..33cae8292e 100644 --- a/GraphRAG/docker_compose/intel/cpu/xeon/README.md +++ b/GraphRAG/docker_compose/intel/cpu/xeon/README.md @@ -31,7 +31,7 @@ git clone https://github.com/opea-project/GenAIComps.git # vllm-service cd vllm/ -VLLM_VER=v0.10.0 +VLLM_VER=v0.10.2 git checkout "${VLLM_VER}" docker build --no-cache -f docker/Dockerfile.cpu -t opea/vllm-cpu:"${TAG:-latest}" --shm-size=128g . diff --git a/HybridRAG/tests/test_compose_on_gaudi.sh b/HybridRAG/tests/test_compose_on_gaudi.sh index 39ced4f92c..3530b19e0b 100755 --- a/HybridRAG/tests/test_compose_on_gaudi.sh +++ b/HybridRAG/tests/test_compose_on_gaudi.sh @@ -28,7 +28,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.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null diff --git a/VisualQnA/tests/test_compose_on_epyc.sh b/VisualQnA/tests/test_compose_on_epyc.sh index 7eb33312b1..c8d08ccd87 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.10.0 + VLLM_VER=v0.10.2 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_xeon.sh b/VisualQnA/tests/test_compose_on_xeon.sh index 1775e8ade7..361fb6b74e 100644 --- a/VisualQnA/tests/test_compose_on_xeon.sh +++ b/VisualQnA/tests/test_compose_on_xeon.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.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null cd ../ diff --git a/WorkflowExecAgent/tests/2_start_vllm_service.sh b/WorkflowExecAgent/tests/2_start_vllm_service.sh index c39990ac51..25e0843894 100644 --- a/WorkflowExecAgent/tests/2_start_vllm_service.sh +++ b/WorkflowExecAgent/tests/2_start_vllm_service.sh @@ -19,7 +19,7 @@ function build_vllm_docker_image() { if [ ! -d "./vllm" ]; then git clone https://github.com/vllm-project/vllm.git cd vllm - VLLM_VER=v0.10.0 + VLLM_VER=v0.10.2 echo "Check out vLLM tag ${VLLM_VER}" git checkout ${VLLM_VER} &> /dev/null git rev-parse HEAD