mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +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
|
. ./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 building function_callling demo
|
||||||
log ===============================
|
log ===============================
|
||||||
cd ../demos/function_calling
|
cd ../demos/function_calling
|
||||||
|
|
@ -33,6 +23,16 @@ log starting model server
|
||||||
poetry run archgw_modelserver restart
|
poetry run archgw_modelserver restart
|
||||||
cd -
|
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 running e2e tests
|
||||||
log =================
|
log =================
|
||||||
poetry install
|
poetry install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue