Views
No views yet
| Scheme | FP8_DYNAMIC — weights static per-channel FP8, activations dynamic per-token FP8 |
| Calibration | none needed; dynamic activation scales are computed at inference time |
| Left in bf16 | lm_head, and the token embeddings |
| Weights before | 7.49 GiB |
| Weights after | 4.83 GiB (35% smaller) |
yes/no logits of the model head, which is left in bf16. Quantising it would put error directly into the number documents are ranked by.WikipediaRerankingMultilingual from MTEB — reranking Wikipedia passages in 16 languages, scored by map_at_1000.| language | bf16 | FP8 | Δ |
|---|---|---|---|
| de | 0.9600 | 0.9594 | -0.0006 |
| en | 0.9715 | 0.9726 | +0.0011 |
| it | 0.9710 | 0.9702 | -0.0008 |
| mean | 0.9675 | 0.9674 | -0.0001 |
1vllm serve DCC-BS/Qwen3-Reranker-4B-FP8-Dynamic \
2 --max-model-len 32768 \
3 --gpu-memory-utilization 0.85compressed-tensors format, so vLLM detects the quantisation from
config.json; no extra flag is required.