mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
skip ollama openai_embeddings test
This commit is contained in:
parent
535e55d7dd
commit
be4d924ffe
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ def skip_if_model_doesnt_support_openai_embeddings(client_with_models, model_id)
|
|||
"remote::runpod",
|
||||
"remote::sambanova",
|
||||
"remote::tgi",
|
||||
"remote::ollama",
|
||||
):
|
||||
pytest.skip(f"Model {model_id} hosted by {provider.provider_type} doesn't support OpenAI embeddings.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue