Skip to content

Commit 89813f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4b91d18 commit 89813f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinanceAgent/tests/test_compose_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function stop_llm(){
111111
}
112112

113113
function start_all_services(){
114-
docker compose -f $WORKPATH/docker_compose/intel/hpu/gaudi/compose.yaml up -d
114+
docker compose -f $WORKPATH/docker_compose/intel/hpu/gaudi/compose.yaml up -d
115115

116116
until [[ "$n" -ge 200 ]] || [[ $ready == true ]]; do
117117
docker logs vllm-gaudi-server &> ${LOG_PATH}/vllm-gaudi-service.log

0 commit comments

Comments
 (0)