mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 18:54:31 +00:00
rebase
This commit is contained in:
parent
3e7496e835
commit
ac5b3451b7
2 changed files with 31 additions and 1 deletions
18
llama_stack/providers/tests/github_ci_test_config.yaml
Normal file
18
llama_stack/providers/tests/github_ci_test_config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
inference:
|
||||
tests:
|
||||
- inference/test_vision_inference.py::test_vision_chat_completion_streaming
|
||||
- inference/test_vision_inference.py::test_vision_chat_completion_non_streaming
|
||||
- inference/test_text_inference.py::test_structured_output
|
||||
- inference/test_text_inference.py::test_chat_completion_streaming
|
||||
- inference/test_text_inference.py::test_chat_completion_non_streaming
|
||||
- inference/test_text_inference.py::test_chat_completion_with_tool_calling
|
||||
- inference/test_text_inference.py::test_chat_completion_with_tool_calling_streaming
|
||||
|
||||
scenarios:
|
||||
- fixture_combo_id: fireworks
|
||||
- provider_fixtures:
|
||||
inference: together
|
||||
|
||||
inference_models:
|
||||
- meta-llama/Llama-3.1-8B-Instruct
|
||||
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
||||
Loading…
Add table
Add a link
Reference in a new issue