[CI] Add mteb testing to test the accuracy of the embedding model (#17175)

This commit is contained in:
wang.yuqi
2025-05-20 21:51:12 +08:00
committed by GitHub
parent d6c86d09ae
commit 86847700d7
6 changed files with 64 additions and 5 deletions

View File

@@ -23,7 +23,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
mteb_test_embed_models(hf_runner, vllm_runner, model_info)