mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
verified filter
This commit is contained in:
parent
1a2f9280ed
commit
0367d74168
1 changed files with 10 additions and 10 deletions
|
|
@ -6,16 +6,6 @@ pwd
|
|||
|
||||
. ./common_scripts.sh
|
||||
|
||||
log building llm and prompt gateway rust modules
|
||||
log ============================================
|
||||
cd ../arch
|
||||
sh build_filter_image.sh
|
||||
log starting the arch gateway service
|
||||
docker compose -f docker-compose.yaml down
|
||||
docker compose -f docker-compose.yaml up -d
|
||||
wait_for_healthz "http://localhost:10000/healthz" 60
|
||||
cd -
|
||||
|
||||
log building function_callling demo
|
||||
log ===============================
|
||||
cd ../demos/function_calling
|
||||
|
|
@ -33,6 +23,16 @@ log starting model server
|
|||
poetry run archgw_modelserver restart
|
||||
cd -
|
||||
|
||||
log building llm and prompt gateway rust modules
|
||||
log ============================================
|
||||
cd ../arch
|
||||
sh build_filter_image.sh
|
||||
log starting the arch gateway service
|
||||
docker compose -f docker-compose.yaml down
|
||||
docker compose -f docker-compose.yaml up -d
|
||||
wait_for_healthz "http://localhost:10000/healthz" 60
|
||||
cd -
|
||||
|
||||
log running e2e tests
|
||||
log =================
|
||||
poetry install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue