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
What's your difficulty of supporting the model you want?
The model requires prompt as input in model.encode and latent attantion mask in model.forward but the vLLM API does not support.
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
The model to consider.
https://huggingface.co/nvidia/NV-Embed-v2
It is the SOTA free model of text-embedding.
The closest model vllm already supports.
Not sure... maybe Mistral
What's your difficulty of supporting the model you want?
The model requires prompt as input in
model.encode
and latent attantion mask inmodel.forward
but the vLLM API does not support.Before submitting a new issue...
The text was updated successfully, but these errors were encountered: