You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/inference/reranker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ with torch.no_grad():
395
395
396
396
If you download reranker-v2-minicpm-layerwise, you can load it with the following method:
397
397
398
-
1. make sure `configuration_minicpm_reranker.py` and `modeling_minicpm_reranker.py`in `/path/bge-reranker-v2-minicpm-layerwise`.
398
+
1. make sure `configuration_minicpm_reranker.py` and `modeling_minicpm_reranker.py`from [BAAI/bge-reranker-v2-minicpm-layerwise](https://huggingface.co/BAAI/bge-reranker-v2-minicpm-layerwise) in your local path.
0 commit comments