[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

@@ -46,7 +46,6 @@ def test_models_mteb(
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)