mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
refactor demos (#398)
This commit is contained in:
parent
2bd61d628c
commit
b3c95a6698
93 changed files with 338 additions and 1042 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 -
|
||||
|
||||
|
|
@ -68,6 +68,6 @@ archgw down
|
|||
|
||||
log shutting down the weather_forecast demo
|
||||
log =======================================
|
||||
cd ../../demos/weather_forecast
|
||||
cd ../../demos/samples_python/weather_forecast
|
||||
docker compose down
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue