llama-stack/.github/workflows
Yuan Tang c97e05f75e
test: Split inference tests to text and vision (#1008)
# What does this PR do?

This PR splits the inference tests into text and vision to make testing
on vLLM provider easier as mentioned in
https://github.com/meta-llama/llama-stack/pull/951 since serving
multiple models (e.g. Llama-3.2-11B-Vision-Instruct and
Llama-3.1-8B-Instruct) on a single port using the OpenAI API is [not
supported yet](https://docs.vllm.ai/en/v0.5.5/serving/faq.html) so it's
a bit tricky to test both at the same time.

## Test Plan

All previously passing tests related to text still pass:
`LLAMA_STACK_BASE_URL=http://localhost:5002 pytest -v
tests/client-sdk/inference/test_text_inference.py`

All vision tests passed via `LLAMA_STACK_BASE_URL=http://localhost:5002
pytest -v tests/client-sdk/inference/test_vision_inference.py`.

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
2025-02-07 09:35:49 -08:00
..
gha_workflow_llama_stack_tests.yml Introduce GitHub Actions Workflow for Llama Stack Tests (#523) 2024-12-04 15:42:55 -08:00
pre-commit.yml Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
semantic-pr.yml ci: Add semantic PR title check (#979) 2025-02-06 12:22:34 -08:00
tests.yml test: Split inference tests to text and vision (#1008) 2025-02-07 09:35:49 -08:00
update-readthedocs.yml Quote the token properly 2025-02-04 11:44:29 -08:00