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
llama_model_load: error loading model: error loading model vocabulary: cannot find tokenizer merges in model file
llama_model_load_from_file_impl: failed to load model
common_init_from_params: failed to load model '/ai/models/jina-embeddings-558M-v3-F16.Q4_K_M.gguf'
srv load_model: failed to load model, '/ai/models/jina-embeddings-558M-v3-F16.Q4_K_M.gguf'
and for f16 model
llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'jina-xlm-roberta-v3'
llama_model_load_from_file_impl: failed to load model
common_init_from_params: failed to load model '/ai/models/jina-embeddings-558M-v3-F16.gguf'
srv load_model: failed to load model, '/ai/models/jina-embeddings-558M-v3-F16.gguf'
srv operator(): operator(): cleaning up before exit...
Prerequisites
Feature Description
jina embeddings model availible convert to gguf
Motivation
Most popular embedding on hugginface is https://huggingface.co/jinaai/jina-embeddings-v3. I want run it, but python killing me ))
Possible Implementation
No response
The text was updated successfully, but these errors were encountered: