-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't load reranker-v2-minicpm-layerwise model #721
Comments
I had the same problem |
If you download reranker-v2-minicpm-layerwise, you can load it with the following method:
|
@545999961 Why are we turning off direct download from Huggingface in Commit 65cd70d? |
I'm sorry that my negligence caused this problem, this part has been modified now, thank you for the reminder。 |
@545999961 Thanks a lot for the fix! |
我现在还是会遇到这个问题,由于网络证书的原因我无法从huggingface上下载,所以我把他下载到了本地,但是报错信息显示他还是从huggingface下载上的,这怎么解决?
我现在还是会遇到这个问题,由于网络证书的原因我无法从huggingface上下载,所以我把他下载到了本地,但是报错信息显示他还是从huggingface下载上的,这怎么解决? |
when uses code like this:
environment
transformer==4.38.2
FlagEmbedding==1.2.9
sentence-transformers==2.6.1
so, the error as follow:
Could not locate the configuration_minicpm_reranker.py inside BAAI/bge-reranker-v2-minicpm-layerwise.
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like BAAI/bge-reranker-v2-minicpm-layerwise is not the path to a directory containing a file named configuration_minicpm_reranker.py.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
But i have download the minicpm-layerwise model, and set the path. anyone have same question?
The text was updated successfully, but these errors were encountered: