We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b91d18 commit 89813f7Copy full SHA for 89813f7
FinanceAgent/tests/test_compose_on_gaudi.sh
@@ -111,7 +111,7 @@ function stop_llm(){
111
}
112
113
function start_all_services(){
114
- docker compose -f $WORKPATH/docker_compose/intel/hpu/gaudi/compose.yaml up -d
+ docker compose -f $WORKPATH/docker_compose/intel/hpu/gaudi/compose.yaml up -d
115
116
until [[ "$n" -ge 200 ]] || [[ $ready == true ]]; do
117
docker logs vllm-gaudi-server &> ${LOG_PATH}/vllm-gaudi-service.log
0 commit comments