[CI] Increase the threshold of the MTEB RERANK tests (#20615)

Signed-off-by: wang.yuqi <noooop@126.com>
This commit is contained in:
wang.yuqi
2025-07-08 23:10:11 +08:00
committed by GitHub
parent c6c22f16d3
commit baba0389f7
4 changed files with 3 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ MTEB_EMBED_TOL = 1e-4
# See #19344
MTEB_RERANK_TASKS = ["NFCorpus"]
MTEB_RERANK_LANGS = ["en"]
MTEB_RERANK_TOL = 1e-3
MTEB_RERANK_TOL = 2e-3
class VllmMtebEncoder(mteb.Encoder):