10000 Feature Request: add jina embeddings model availible convert to gguf · Issue #12327 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

Feature Request: add jina embeddings model availible convert to gguf #12327

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

Open
4 tasks done
lexasub opened this issue Mar 11, 2025 · 1 comment · May be fixed by #13693
Open
4 tasks done

Feature Request: add jina embeddings model availible convert to gguf #12327

lexasub opened this issue Mar 11, 2025 · 1 comment · May be fixed by #13693
Labels
enhancement New feature or request

Comments

@lexasub
Copy link
Contributor
lexasub commented Mar 11, 2025

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

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

@lexasub lexasub added the enhancement New feature or request label Mar 11, 2025
@neowisard
Copy link
neowisard commented Apr 8, 2025

gguf is availible https://huggingface.co/AgainstEntropy/jina-embeddings-v3-gguf/tree/main

error is

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...

@github-actions github-actions bot added the stale label May 9, 2025
@CISC CISC linked a pull request May 21, 2025 that will close this issue
6 tasks
@CISC CISC removed the stale label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0