[CI] Add mteb testing to test the accuracy of the embedding model (#17175)
This commit is contained in:
@@ -58,8 +58,6 @@ MODELS = [
|
||||
@pytest.mark.parametrize("model_info", MODELS)
|
||||
def test_models_mteb(hf_runner, vllm_runner,
|
||||
model_info: EmbedModelInfo) -> None:
|
||||
pytest.skip("Skipping mteb test.")
|
||||
|
||||
from .mteb_utils import mteb_test_embed_models
|
||||
|
||||
vllm_extra_kwargs: dict[str, Any] = {}
|
||||
|
||||
Reference in New Issue
Block a user