mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
fix model server testts
This commit is contained in:
parent
641d41de1c
commit
ea2dd85bf1
2 changed files with 2 additions and 2 deletions
|
|
@ -684,7 +684,7 @@ static_resources:
|
||||||
- endpoint:
|
- endpoint:
|
||||||
address:
|
address:
|
||||||
socket_address:
|
socket_address:
|
||||||
address: 0.0.0.0
|
address: host.docker.internal
|
||||||
port_value: $MODEL_SERVER_PORT
|
port_value: $MODEL_SERVER_PORT
|
||||||
hostname: {{ internal_cluster }}
|
hostname: {{ internal_cluster }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ trap 'print_debug' INT TERM ERR
|
||||||
|
|
||||||
log starting > ../build.log
|
log starting > ../build.log
|
||||||
|
|
||||||
log building and running function_callling demo
|
log building and running function_calling demo
|
||||||
log ===========================================
|
log ===========================================
|
||||||
cd ../../demos/samples_python/weather_forecast/
|
cd ../../demos/samples_python/weather_forecast/
|
||||||
docker compose up weather_forecast_service --build -d
|
docker compose up weather_forecast_service --build -d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue