mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
hmm
This commit is contained in:
parent
531e165a7b
commit
39e8bc1631
1 changed files with 6 additions and 2 deletions
8
.github/workflows/publish-to-docker.yml
vendored
8
.github/workflows/publish-to-docker.yml
vendored
|
@ -108,11 +108,15 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run test on docker server
|
|
||||||
run: |
|
|
||||||
pip install pytest pytest-md-report
|
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
|
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
|
# - name: Push to dockerhub
|
||||||
# run: |
|
# run: |
|
||||||
# TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
|
# TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue