Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AudioQnA/tests/test_compose_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_faqgen_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_faqgen_tgi_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_milvus_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_pinecone_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_qdrant_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_without_rerank_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CodeGen/tests/test_compose_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CodeGen/tests/test_compose_tgi_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CodeTrans/tests/test_compose_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion VisualQnA/tests/test_compose_on_epyc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading