Skip to content

Commit

Permalink
Rollback trec_eval to 9.0.4 (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-xian committed Jan 12, 2024
1 parent 3bd6e71 commit ebde6bc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `tools/` directory, which contains evaluation tools and other scripts, is ac
Build as follows (you might get warnings, but okay to ignore):

```bash
cd tools/eval && tar xvfz trec_eval.9.0.8.tar.gz && cd trec_eval.9.0.8 && make && cd ../../..
cd tools/eval && tar xvfz trec_eval.9.0.4.tar.gz && cd trec_eval.9.0.4 && make && cd ../../..
cd tools/eval/ndeval && make && cd ../../..
```

Expand Down
Binary file modified src/main/resources/trec_eval/trec_eval-linux-amd64
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/trec_eval/trec_eval-macosx-aarch64
Binary file not shown.
Binary file modified src/main/resources/trec_eval/trec_eval-macosx-x86_64
100644 → 100755
Binary file not shown.
Binary file modified src/main/resources/trec_eval/trec_eval-win-x86
100644 → 100755
Binary file not shown.

0 comments on commit ebde6bc

Please sign in to comment.