mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
inline::sentence-transformers does not support embedding dimensions param
This commit is contained in:
parent
3e02dc5c2f
commit
1e5c84e99c
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ def skip_if_model_doesnt_support_variable_dimensions(client_with_models, model_i
|
|||
provider = provider_from_model(client_with_models, model_id)
|
||||
if provider.provider_type in (
|
||||
"remote::together", # returns 400
|
||||
"inline::sentence-transformers",
|
||||
):
|
||||
pytest.skip(
|
||||
f"Model {model_id} hosted by {provider.provider_type} does not support variable output embedding dimensions."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue