This commit is contained in:
Xi Yan 2025-01-17 23:18:35 -08:00
parent 531e165a7b
commit 39e8bc1631

View file

@ -108,11 +108,15 @@ jobs:
exit 1
fi
- name: Run test on docker server
run: |
pip install pytest pytest-md-report
LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1
# - name: Run test on docker server
# run: |
# pip install pytest pytest-md-report
# LLAMA_STACK_BASE_URL="http://localhost:8321" pytest -v tests/client-sdk/inference/test_inference.py --md-report --md-report-verbose=1
# - name: Push to dockerhub
# run: |
# TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")