Environment with restricted access to huggingface.co #224
Unanswered
ExuCounter
asked this question in
Q&A
Replies: 1 comment
-
That looks like the embedding model, not the reranker counterpart. If that's the case, you'd need to put it in For the reranker, you can either do the same but with the URL/path to the reranking model, or just disable cross encoder reranker and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
My corporate laptop does not allow me to send requests to huggingface.co. That's why I can not download models from here.
I've downloaded the all-minilm-l6-v2 model from another laptop and want to use it locally on this laptop, without sending any requests to huggingface.co.
I've tried to use such a config:
And I put the cache from another MacBook in this folder (transferred as a zip):
~/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2
But it still fails.
Could you help me with this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions