inline::sentence-transformers does not support embedding dimensions param

This commit is contained in:
Matthew Farrellee 2025-09-16 14:00:05 -04:00
parent 3e02dc5c2f
commit 1e5c84e99c

View file

@ -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."