Skip to content

Commit

Permalink
Update RankLLM to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakice committed Sep 7, 2024
1 parent 18a6604 commit da75f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da75f4f

Please sign in to comment.