From da75f4f2f88c544bd5c1612ecbb7a346fd7b28f1 Mon Sep 17 00:00:00 2001 From: Ronak Date: Sat, 7 Sep 2024 19:16:12 -0400 Subject: [PATCH] Update RankLLM to 0.20.2 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10e07a3..46a639f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We offer a suite of rerankers - pointwise models like monoT5 and listwise models with a focus on open source LLMs compatible with [FastChat](https://github.com/lm-sys/FastChat?tab=readme-ov-file#supported-models) (e.g., Vicuna, Zephyr, etc.) or [vLLM](https://https://github.com/vllm-project/vllm). We also support RankGPT variants, which are proprietary listwise rerankers. Some of the code in this repository is borrowed from [RankGPT](https://github.com/sunnweiwei/RankGPT), [PyGaggle](https://github.com/castorini/pygaggle), and [LiT5](https://github.com/castorini/LiT5)! # Releases -current_version = 0.20.1 +current_version = 0.20.2 ## 📟 Instructions diff --git a/pyproject.toml b/pyproject.toml index 977c513..7add470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "rank-llm" -version = "0.20.1" +version = "0.20.2" description = "A Package for running prompt decoders like RankVicuna" readme = "README.md" authors = [ @@ -35,7 +35,7 @@ vllm = [ Homepage = "https://github.com/castorini/rank_llm" [tool.bumpver] -current_version = "0.20.1" +current_version = "0.20.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true