mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix path
This commit is contained in:
parent
0673a55be5
commit
f17b899937
3 changed files with 5 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ log starting > ../build.log
|
|||
|
||||
log building and running function_callling demo
|
||||
log ===========================================
|
||||
cd ../../demos/weather_forecast/
|
||||
cd ../../demos/samples_python/weather_forecast/
|
||||
docker compose up weather_forecast_service --build -d
|
||||
cd -
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ cd ../../
|
|||
tail -F ~/archgw_logs/modelserver.log &
|
||||
model_server_tail_pid=$!
|
||||
archgw down
|
||||
archgw up demos/weather_forecast/arch_config.yaml
|
||||
archgw up demos/samples_python/weather_forecast/arch_config.yaml
|
||||
kill $model_server_tail_pid
|
||||
cd -
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue