print disk usage

This commit is contained in:
Adil Hafeez 2024-10-30 14:58:59 -07:00
parent f8cfc8f9f2
commit 528d021c3d

View file

@ -37,18 +37,24 @@ cd ../model_server
poetry install
cd -
print_disk_usage
log building and installing archgw cli
log ==================================
cd ../arch/tools
sh build_cli.sh
cd -
print_disk_usage
log building docker image for arch gateway
log ======================================
cd ../
archgw build
cd -
print_disk_usage
log startup arch gateway with function calling demo
cd ..
tail -F ~/archgw_logs/modelserver.log &
@ -58,6 +64,8 @@ archgw up demos/function_calling/arch_config.yaml
kill $model_server_tail_pid
cd -
print_disk_usage
log running e2e tests
log =================
poetry install