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.11 GiB (45% smaller) |
WikipediaRetrievalMultilingual from MTEB — retrieval over Wikipedia in 16 languages, scored by ndcg_at_10.| language | bf16 | FP8 | Δ |
|---|---|---|---|
| de | 0.9066 | 0.9065 | -0.0001 |
| en | 0.9344 | 0.9353 | +0.0009 |
| it | 0.8993 | 0.8994 | +0.0002 |
| mean | 0.9134 | 0.9138 | +0.0003 |
1vllm serve DCC-BS/Qwen3-Embedding-4B-FP8-Dynamic \
2 --task embed \
3 --max-model-len 32768 \
4 --gpu-memory-utilization 0.85compressed-tensors format, so vLLM detects the quantisation from
config.json; no extra flag is required.