mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 11:49:46 +00:00
Support Tooling
This commit is contained in:
parent
efd842d605
commit
c0d9b81253
4 changed files with 151 additions and 20 deletions
|
|
@ -49,6 +49,7 @@ class TestVisionModelInference:
|
|||
"remote::fireworks",
|
||||
"remote::ollama",
|
||||
"remote::vllm",
|
||||
"remote::sambanova",
|
||||
):
|
||||
pytest.skip(
|
||||
"Other inference providers don't support vision chat completion() yet"
|
||||
|
|
@ -83,6 +84,7 @@ class TestVisionModelInference:
|
|||
"remote::fireworks",
|
||||
"remote::ollama",
|
||||
"remote::vllm",
|
||||
"remote::sambanova",
|
||||
):
|
||||
pytest.skip(
|
||||
"Other inference providers don't support vision chat completion() yet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue