Instructions to use jinaai/jina-reranker-v3.5-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jinaai/jina-reranker-v3.5-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Use Docker
docker model run hf.co/jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use jinaai/jina-reranker-v3.5-GGUF with Ollama:
ollama run hf.co/jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
- Unsloth Studio
How to use jinaai/jina-reranker-v3.5-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jinaai/jina-reranker-v3.5-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jinaai/jina-reranker-v3.5-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jinaai/jina-reranker-v3.5-GGUF to start chatting
- Pi
How to use jinaai/jina-reranker-v3.5-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "jinaai/jina-reranker-v3.5-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use jinaai/jina-reranker-v3.5-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use jinaai/jina-reranker-v3.5-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "jinaai/jina-reranker-v3.5-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use jinaai/jina-reranker-v3.5-GGUF with Docker Model Runner:
docker model run hf.co/jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
- Lemonade
How to use jinaai/jina-reranker-v3.5-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jinaai/jina-reranker-v3.5-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.jina-reranker-v3.5-GGUF-Q4_K_M
List all available models
lemonade list
jina-reranker-v3.5 — GGUF
GGUF quantizations of jinaai/jina-reranker-v3.5, a domain-ready multilingual listwise reranker from Jina AI.
Available quantizations
| BF16 | Q8_0 | Q6_K | Q5_K_M | Q5_K_S | Q4_K_M | Q4_K_S | IQ4_NL | IQ4_XS | IQ3_S | IQ3_XS | IQ3_XXS | IQ2_S | IQ2_XS | IQ2_XXS | IQ1_M | IQ1_S | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Size | 1.2 GB | 610 MB | 473 MB | 424 MB | 417 MB | 379 MB | 366 MB | 366 MB | 353 MB | 309 MB | 299 MB | 267 MB | 243 MB | 231 MB | 219 MB | 207 MB | 199 MB |
Files
jina-reranker-v3.5-*.gguf— Quantized model weights (see table above for sizes)projector.safetensors— MLP projector weights (not baked into the GGUF; required for scoring)tokenizer.json— Tokenizer required byrerank.pyfor in-process tokenization and block splittingrerank.py— Reranker implementationimatrix.dat— Importance matrix used to guide quantization of lower-bit variants
Requirements
- Python 3.8+
llama-embeddingbinary — built from the fork below (see Building llama.cpp)projector.safetensorsfrom this repo (the scoring MLP — not baked into the GGUF)- Python packages:
numpy,safetensors,torch,tokenizers
Building llama.cpp
This model requires a non-causal encoder mode and a custom --output-token-ids flag that are not yet in the official llama.cpp release. A PR is open upstream:
Until the PR is merged, build llama-embedding from the fork:
git clone https://github.com/littlewine/llama.cpp
cd llama.cpp
cmake -B build -DGGML_CUDA=ON # or -DGGML_METAL=ON on macOS
cmake --build build --config Release -j$(nproc) --target llama-embedding
The resulting binary is at build/bin/llama-embedding.
CPU-only build: omit the
-DGGML_CUDA=ONflag.
Usage
from rerank import GGUFReranker
reranker = GGUFReranker(
model_path="jina-reranker-v3.5-Q4_K_M.gguf",
projector_path="projector.safetensors",
llama_embedding_path="/path/to/llama-embedding",
tokenizer_path="tokenizer.json", # omit if tokenizer.json is next to the .gguf
)
results = reranker.rerank(
query="What causes inflammation in rheumatoid arthritis?",
documents=[
"Rheumatoid arthritis is caused by immune system attacking joints...",
"Osteoarthritis results from mechanical wear on cartilage...",
],
)
for r in results:
print(f"[{r['index']}] {r['relevance_score']:.4f} {r['document'][:60]}")
Citation
If you find jina-reranker-v3.5 useful in your research, please cite the original paper:
@misc{nasika2026jinarerankerv35efficientlistwisereranker,
title={jina-reranker-v3.5: An Efficient Listwise Reranker with Hybrid Attention and Self-Distillation},
author={Christina Nasika and Feng Wang and Antonis Krasakis and Han Xiao},
year={2026},
eprint={2607.18152},
archivePrefix={arXiv},
primaryClass={cs.IR},
url={https://arxiv.org/abs/2607.18152},
}
License
This GGUF implementation follows the same CC BY-NC 4.0 license as the original model. For commercial usage inquiries, please contact Jina AI.
- Downloads last month
- 1,684
1-bit
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit
ollama run hf.co/jinaai/jina-reranker-v3.5-GGUF: