The model to consider.
https://huggingface.co/jinaai/jina-reranker-v3
This has better benchmarks than the Qwen3-0.6B.
The closest model vllm already supports.
https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/qwen3.py
What's your difficulty of supporting the model you want?
It's built on Qwen3-0.6B model. The architecture for this model is JinaForRanking.
Before submitting a new issue...
The model to consider.
https://huggingface.co/jinaai/jina-reranker-v3
This has better benchmarks than the
Qwen3-0.6B.The closest model vllm already supports.
https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/qwen3.py
What's your difficulty of supporting the model you want?
It's built on
Qwen3-0.6Bmodel. The architecture for this model isJinaForRanking.Before submitting a new issue...