From 16f4f794eec5a56a748cf4f2607c139979641393 Mon Sep 17 00:00:00 2001 From: Vinay Jose <59995160+vinay-jose@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:25:31 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af2f16..e701a7e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ pip install "rerankers[gpt]" pip install "rerankers[api]" # FlashRank rerankers (ONNX-optimised, very fast on CPU) -pip install "rerankers[fastrank]" +pip install "rerankers[flashrank]" # RankLLM rerankers (better RankGPT + support for local models such as RankZephyr and RankVicuna) # Note: RankLLM is only supported on Python 3.10+! This will not work with Python 3.9