Skip to content

Commit 3aa10c0

Browse files
committed
update readme
1 parent 7c251f6 commit 3aa10c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ torchrun --nproc_per_node 2 \
139139
We support evaluations on MTEB, BEIR, MSMARCO, MIRACL, MLDR, MKQA, AIR-Bench, and custom datasets. Below is an example of evaluating MSMARCO passages. For more details, please refer to the [evaluation examples](https://github.com/hanhainebula/FlagEmbedding/tree/new-flagembedding-v1/examples/evaluation).
140140

141141
```shell
142-
export HF_HUB_CACHE="$HOME/.cache/huggingface/hub"
142+
pip install https://github.com/kyamagu/faiss-wheels/releases/download/v1.7.3/faiss_gpu-1.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
143+
```
143144

145+
```shell
144146
python -m FlagEmbedding.evaluation.msmarco \
145147
--eval_name msmarco \
146148
--dataset_dir ./data/msmarco \

0 commit comments

Comments
 (0)