mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-12 21:58:38 +00:00
chore: use ollama/all-minilm:l6-v2 for ollama tests
recordings: - ./scripts/integration-tests.sh --stack-config server:ci-tests --suite base --setup ollama --inference-mode record - ./scripts/integration-tests.sh --stack-config server:ci-tests --suite vision --setup ollama-vision --inference-mode record
This commit is contained in:
parent
2f58d87c22
commit
3943594fe6
20 changed files with 7267 additions and 2 deletions
|
@ -44,6 +44,7 @@ def skip_if_model_doesnt_support_encoding_format_base64(client, model_id):
|
|||
"remote::together", # param silently ignored, always returns floats
|
||||
"remote::databricks", # param silently ignored, always returns floats
|
||||
"remote::fireworks", # param silently ignored, always returns list of floats
|
||||
"remote::ollama", # param silently ignored, always returns list of floats
|
||||
):
|
||||
pytest.skip(f"Model {model_id} hosted by {provider.provider_type} does not support encoding_format='base64'.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue