PrithivirajDamodaran / FlashRank

Lite & Super-fast re-ranking for your search & retrieval pipelines. Supports SoTA Listwise and Pairwise reranking based on LLMs and cross-encoders and more. Created by Prithivi Da, open for PRs & Collaborations.
Apache License 2.0
441 stars 37 forks source link

Update numpy<2 and onnxruntime<2 for compatibility #24

Open gnought opened 1 week ago

gnought commented 1 week ago

numpy v2.0 is out. https://numpy.org/doc/stable/release/2.0.0-notes.html However onnxruntime only supports v1.

PrithivirajDamodaran commented 1 week ago

A recent PR merge entailed changing a package version. So you need to pull latest and send an update to this PR.

gnought commented 1 week ago

@PrithivirajDamodaran done. :)