Local deployment
#19
by
beyondAD
- opened
I want the model to be deployed locally, can you use the local machine as a server to provide services? I need a completely offline state to use, is there any way
clone the model locally from git:
git clone https://huggingface.co/jinaai/jina-embeddings-v2-base-en
Then specify the model path in your program:
model = SentenceTransformer(model_name, trust_remote_code=True, cache_folder=cache_path)