castorini / rank_llm

RankLLM is a Python toolkit for reproducible information retrieval research using rerankers, with a focus on listwise reranking.
http://rankllm.ai
Apache License 2.0
312 stars 39 forks source link

Update requirements #70

Closed sahel-sh closed 8 months ago

sahel-sh commented 8 months ago

This cl: 1- removes faiss-gpu from requirements [tested by following the installing instructions in README, as well as installing the newly released package] 2- Changes the pyproject.toml to refer to the requirements.txt 3- Releases a new patch

sahel-sh commented 8 months ago

This PR resolves issue https://github.com/castorini/rank_llm/issues/66

ronakice commented 8 months ago

@sahel-sh, only comment as discussed in #66 , maybe we experiment with replacing fschat with fschat[model_worker]>=0.2.35 and removing accelerate? I do think that we can let fschat decide what accelerate they want (if they want it).

sahel-sh commented 8 months ago

@sahel-sh, only comment as discussed in #66 , maybe we experiment with replacing fschat with fschat[model_worker]>=0.2.35 and removing accelerate? I do think that we can let fschat decide what accelerate they want (if they want it).

done