Skip to content

Update vLLM-fork version to v0.8.5.post1+Gaudi-1.21.3 #1922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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 .github/env/_build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: Apache-2.0

export VLLM_VER=v0.10.0
export VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
export VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
2 changes: 1 addition & 1 deletion AgentQnA/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: agent
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
vllm-rocm:
Expand Down
2 changes: 1 addition & 1 deletion AgentQnA/tests/step1_build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function build_agent_docker_image_gaudi_vllm() {
get_genai_comps

git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build agent image with --no-cache..."
Expand Down
2 changes: 1 addition & 1 deletion AudioQnA/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: audioqna
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
vllm-rocm:
Expand Down
2 changes: 1 addition & 1 deletion AudioQnA/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function build_docker_images() {

git clone https://github.com/HabanaAI/vllm-fork.git
cd vllm-fork/
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
echo "Check out vLLM tag ${VLLM_FORK_VER}"
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: chatqna
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
nginx:
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_faqgen_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_guardrails_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion CodeGen/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: codegen
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
dataprep:
Expand Down
2 changes: 1 addition & 1 deletion CodeGen/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function build_docker_images() {

# Download Gaudi vllm of latest tag
git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
echo "Check out vLLM tag ${VLLM_FORK_VER}"
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

Expand Down
2 changes: 1 addition & 1 deletion CodeTrans/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: codetrans
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
nginx:
Expand Down
2 changes: 1 addition & 1 deletion CodeTrans/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function build_docker_images() {
popd && sleep 1s

git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion DeepResearchAgent/tests/test_compose_on_gaudi.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/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion DocSum/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: docsum
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
2 changes: 1 addition & 1 deletion DocSum/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function build_docker_images() {
popd && sleep 1s

git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

echo "Build all the images with --no-cache, check docker_image_build.log for details..."
Expand Down
2 changes: 1 addition & 1 deletion FinanceAgent/docker_compose/intel/hpu/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cd vllm-fork
VLLM_VER=$(git describe --tags "$(git rev-list --tags --max-count=1)")
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
docker build --no-cache -f docker/Dockerfile.hpu -t opea/vllm-gaudi:latest --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
```

## Validate Services
Expand Down
4 changes: 2 additions & 2 deletions FinanceAgent/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ function build_vllm_docker_image() {
fi
cd ./vllm-fork

VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null
docker build --no-cache -f Dockerfile.hpu -t $VLLM_IMAGE --shm-size=128g . --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY
docker build --no-cache -f docker/Dockerfile.hpu -t $VLLM_IMAGE --shm-size=128g . --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY
if [ $? -ne 0 ]; then
echo "$VLLM_IMAGE failed"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion VisualQnA/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ services:
vllm-gaudi:
build:
context: vllm-fork
dockerfile: Dockerfile.hpu
dockerfile: docker/Dockerfile.hpu
extends: visualqna
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
2 changes: 1 addition & 1 deletion VisualQnA/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function build_docker_images() {
popd && sleep 1s

git clone https://github.com/HabanaAI/vllm-fork.git && cd vllm-fork
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../

service_list="visualqna visualqna-ui lvm nginx vllm-gaudi"
Expand Down
2 changes: 1 addition & 1 deletion one_click_deploy/common/update_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ get_service_list() {
# Defines the configurations for cloning prerequisite repositories.
# A generic build function will use these settings.

VLLM_FORK_VER="v0.6.6.post1+Gaudi-1.20.0"
VLLM_FORK_VER=v0.8.5.post1+Gaudi-1.21.3

# Config for examples using vLLM v0.8.3
declare -A VLLM_8_3_CONFIG=(
Expand Down
Loading