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
Apologies for the delay. I believe the latter should work, i.e. model = SentenceTransformer("path/to/all-MiniLM-L6-v2"). Have you gotten any luck with that?
The former fails because if you're using the cache_folder, then it expects the model to be in the cache format (e.g. blobs, refs, snapshots folders, folders named after git commits, etc.). You are on the right track with the second option, i.e. the path to the local model.
Hi there,
Because internet issue, I require to load "all-MiniLM-L6-v2" offline,
I tried:
sentence-transformers/sentence_transformers/SentenceTransformer.py
Line 205 in cfb883c
The text was updated successfully, but these errors were encountered: