mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 12:42:42 +00:00
Merge remote-tracking branch 'origin/main' into test_isolation_server
This commit is contained in:
commit
889b2716ef
107 changed files with 817 additions and 1298 deletions
|
|
@ -191,9 +191,11 @@ if [[ "$STACK_CONFIG" == *"server:"* ]]; then
|
|||
echo "Llama Stack Server is already running, skipping start"
|
||||
else
|
||||
echo "=== Starting Llama Stack Server ==="
|
||||
# Set a reasonable log width for better readability in server.log
|
||||
export LLAMA_STACK_LOG_WIDTH=120
|
||||
nohup llama stack run ci-tests --image-type venv > server.log 2>&1 &
|
||||
|
||||
# remove "server:" from STACK_CONFIG
|
||||
stack_config=$(echo "$STACK_CONFIG" | sed 's/^server://')
|
||||
nohup llama stack run $stack_config > server.log 2>&1 &
|
||||
|
||||
echo "Waiting for Llama Stack Server to start..."
|
||||
for i in {1..30}; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue