Skip to content

Commit 5d8cffd

Browse files
authored
Use vllm-gaudi:1.22.0 image for AudioQnA and ChatQnA (#2266)
Signed-off-by: ZePan110 <[email protected]>
1 parent 319b8ee commit 5d8cffd

30 files changed

+31
-46
lines changed

AudioQnA/docker_compose/intel/hpu/gaudi/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- SYS_NICE
3636
restart: unless-stopped
3737
vllm-service:
38-
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
38+
image: opea/vllm-gaudi:1.22.0
3939
container_name: vllm-gaudi-service
4040
ports:
4141
- ${LLM_SERVER_PORT:-3006}:80

AudioQnA/docker_image_build/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ services:
102102
dockerfile: comps/third_parties/gpt-sovits/src/Dockerfile
103103
extends: audioqna
104104
image: ${REGISTRY:-opea}/gpt-sovits:${TAG:-latest}
105-
vllm-gaudi:
106-
build:
107-
context: vllm-fork
108-
dockerfile: Dockerfile.hpu
109-
extends: audioqna
110-
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
111105
vllm-rocm:
112106
build:
113107
context: GenAIComps

AudioQnA/tests/test_compose_multilang_on_xeon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function build_docker_images() {
3535
function start_services() {
3636
cd $WORKPATH/docker_compose/intel/cpu/xeon/
3737
export host_ip=${ip_address}
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
3839
source set_env.sh
3940
# sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env
4041

AudioQnA/tests/test_compose_on_epyc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function build_docker_images() {
3737
function start_services() {
3838
cd $WORKPATH/docker_compose/amd/cpu/epyc/
3939
export host_ip=${ip_address}
40+
export no_proxy="localhost,127.0.0.1,$ip_address"
4041
source set_env.sh
4142
# sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env
4243

AudioQnA/tests/test_compose_on_gaudi.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@ 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

28-
git clone https://github.com/HabanaAI/vllm-fork.git
29-
cd vllm-fork/
30-
VLLM_FORK_VER=v0.6.6.post1+Gaudi-1.20.0
31-
echo "Check out vLLM tag ${VLLM_FORK_VER}"
32-
git checkout ${VLLM_FORK_VER} &> /dev/null && cd ../
33-
3428
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
35-
service_list="audioqna audioqna-ui whisper-gaudi speecht5-gaudi vllm-gaudi"
29+
service_list="audioqna audioqna-ui whisper-gaudi speecht5-gaudi"
3630
docker compose -f build.yaml build ${service_list} --no-cache > ${LOG_PATH}/docker_image_build.log
3731

3832
docker images && sleep 1s
@@ -41,6 +35,7 @@ function build_docker_images() {
4135
function start_services() {
4236
cd $WORKPATH/docker_compose/intel/hpu/gaudi
4337
export host_ip=${ip_address}
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
4439
source set_env.sh
4540
# sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env
4641

AudioQnA/tests/test_compose_on_rocm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function build_docker_images() {
3535

3636
function start_services() {
3737
cd $WORKPATH/docker_compose/amd/gpu/rocm/
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
3839
source set_env.sh
3940
# Start Docker Containers
4041
docker compose up -d > ${LOG_PATH}/start_services_with_compose.log

AudioQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function build_docker_images() {
3535
function start_services() {
3636
cd $WORKPATH/docker_compose/intel/cpu/xeon/
3737
export host_ip=${ip_address}
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
3839
source set_env.sh
3940
# sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env
4041

AudioQnA/tests/test_compose_openeuler_on_xeon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function build_docker_images() {
3535
function start_services() {
3636
cd $WORKPATH/docker_compose/intel/cpu/xeon/
3737
export host_ip=${ip_address}
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
3839
source set_env.sh
3940
# sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env
4041

AudioQnA/tests/test_compose_tgi_on_epyc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function build_docker_images() {
3838
function start_services() {
3939
echo $WORKPATH
4040
cd $WORKPATH/docker_compose/amd/cpu/epyc/
41+
export no_proxy="localhost,127.0.0.1,$ip_address"
4142
source set_env.sh
4243
# Start Docker Containers
4344
docker compose -f compose_tgi.yaml up -d > ${LOG_PATH}/start_services_with_compose.log

AudioQnA/tests/test_compose_tgi_on_gaudi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function build_docker_images() {
3535
function start_services() {
3636
cd $WORKPATH/docker_compose/intel/hpu/gaudi
3737
export host_ip=${ip_address}
38+
export no_proxy="localhost,127.0.0.1,$ip_address"
3839
source set_env.sh
3940
# Start Docker Containers
4041
docker compose -f compose_tgi.yaml up -d > ${LOG_PATH}/start_services_with_compose.log

0 commit comments

Comments
 (0)