Skip to content

Commit

Permalink
update test and compose file
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa <[email protected]>
  • Loading branch information
MSCetin37 committed Nov 14, 2024
1 parent 8fa91a5 commit eda4598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DocSum/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ function build_docker_images() {
function start_services() {
cd $WORKPATH/docker_compose/intel/hpu/gaudi

docker run -d -p 9001:9000 --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy \
docker run -d -p 9002:9000 --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy \
-e no_proxy=$no_proxy \
-e TGI_LLM_ENDPOINT=${TGI_LLM_ENDPOINT} \
-e HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN} \
opea/multimedia2text:ci
opea/llm-docsum-tgi:ci

# docker run -d -p 9100:9099 --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy -e A2T_ENDPOINT=http://$host_ip:7066 opea/a2t:ci
# docker run -d -p 7078:7078 --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy opea/v2a:ci
Expand Down Expand Up @@ -216,7 +216,7 @@ function validate_microservices() {

# llm microservice
validate_services \
"${host_ip}:9001/v1/chat/docsum" \
"${host_ip}:9002/v1/chat/docsum" \
"data: " \
"llm" \
"llm-docsum-gaudi-server" \
Expand Down

0 comments on commit eda4598

Please sign in to comment.