beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.49k stars 177 forks source link

Support Multi-node evaluation #155

Open NouamaneTazi opened 11 months ago

NouamaneTazi commented 11 months ago

You can try this PR using:

torchrun --nproc_per_node=2 examples/retrieval/evaluation/dense/evaluate_sbert_multi_gpu.py

Using e5-large model I got

cc @thakur-nandan

Fixes https://github.com/beir-cellar/beir/issues/134