mirror of
https://github.com/katanemo/plano.git
synced 2026-05-02 20:32:42 +02:00
removing model_server. buh bye (#619)
This commit is contained in:
parent
88c2bd1851
commit
d37af7605c
50 changed files with 40 additions and 9597 deletions
|
|
@ -18,4 +18,3 @@ services:
|
|||
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:?error}
|
||||
- OTEL_TRACING_HTTP_ENDPOINT=http://host.docker.internal:4318/v1/traces
|
||||
- MODEL_SERVER_PORT=${MODEL_SERVER_PORT:-51000}
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ touch ~/archgw_logs/modelserver.log
|
|||
|
||||
print_debug() {
|
||||
log "Received signal to stop"
|
||||
log "Printing debug logs for model_server"
|
||||
log "===================================="
|
||||
tail -n 100 ~/archgw_logs/modelserver.log
|
||||
log "Printing debug logs for docker"
|
||||
log "===================================="
|
||||
tail -n 100 ../build.log
|
||||
|
|
@ -30,12 +27,6 @@ cd ../../demos/samples_python/weather_forecast/
|
|||
docker compose up weather_forecast_service --build -d
|
||||
cd -
|
||||
|
||||
log building and install model server
|
||||
log =================================
|
||||
cd ../../model_server
|
||||
poetry install
|
||||
cd -
|
||||
|
||||
log building and installing archgw cli
|
||||
log ==================================
|
||||
cd ../../arch/tools
|
||||
|
|
@ -53,11 +44,8 @@ poetry install
|
|||
|
||||
log startup arch gateway with function calling demo
|
||||
cd ../../
|
||||
tail -F ~/archgw_logs/modelserver.log &
|
||||
model_server_tail_pid=$!
|
||||
archgw down
|
||||
archgw up demos/samples_python/weather_forecast/arch_config.yaml
|
||||
kill $model_server_tail_pid
|
||||
cd -
|
||||
|
||||
log running e2e tests for prompt gateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue