if conditional

This commit is contained in:
Ashwin Bharambe 2025-03-21 08:34:08 -07:00 committed by Sébastien Han
parent b3e5b8b4d0
commit cfdb8adf36
No known key found for this signature in database

View file

@ -77,7 +77,7 @@ jobs:
exit 1
- name: Start Llama Stack server in background
if: matrix.client-type == "http"
if: matrix.client-type == http
env:
INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct"
run: |
@ -85,7 +85,7 @@ jobs:
nohup uv run llama stack run ./llama_stack/templates/ollama/run.yaml --image-type venv > server.log 2>&1 &
- name: Wait for Llama Stack server to be ready
if: matrix.client-type == "http"
if: matrix.client-type == http
run: |
echo "Waiting for Llama Stack server..."
for i in {1..30}; do