embeddings-benchmark / mteb

MTEB: Massive Text Embedding Benchmark

Home Page:https://arxiv.org/abs/2210.07316

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI fails unexpectedly

KennethEnevoldsen opened this issue · comments

          The CI is still failing unexpectedly, see PR #527 and #539, I had to re-run jobs for #527 for them to pass. Any idea on why this is happening?

Originally posted by @imenelydiaker in #540 (comment)

#527 seems to be GitHub (it happens sometimes)

Error: The operation was canceled.

#539 seems to be a request issue (downloading a rerank model)

These errors generally seems to happen more for windows runners.

A potential solution is to replace the models and datasets to local models and datasets (just have the downloaded to the repo potentially creating mini datasets just for tests)

Another potential solution is just to automatically try to rerun jobs. We can have it try it for 2 attempts (since rerunning almost always fixes the issue)

Okay, so I think the easiest solution is to allow re-runing the jobs at least one, it may fix this issue.

I guess as per #646 this might be already fixed?

I believe it is (we at least very rarely see issues)