Text Ranking
sentence-transformers
Safetensors
Transformers
multilingual
t5gemma2
text2text-generation
reranker
encoder-decoder
FBNL
Retrieval
RAG
cosyy commited on
Commit
4e0eee7
·
verified ·
1 Parent(s): 005fa6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -295,6 +295,10 @@ pip install ./KaLM-Reranker-V1-Small/vllm_support --no-deps
295
  export VLLM_PLUGINS=kalm_t5gemma2
296
  ```
297
 
 
 
 
 
298
  Offline Python:
299
 
300
  ```python
 
295
  export VLLM_PLUGINS=kalm_t5gemma2
296
  ```
297
 
298
+ If you modify the `vllm_support` source code for some reason
299
+ (e.g. changing the model path in `vllm_support/src/kalm_t5gemma2_vllm_plugin/constants.py`),
300
+ please run `pip install ./KaLM-Reranker-V1-Small/vllm_support --no-deps --force-reinstall` to refresh the patch.
301
+
302
  Offline Python:
303
 
304
  ```python