FP8 KV Cache Calibration

#10
by peterdab - opened

Hi There,

Great work - Any chance of getting FP8 KV cache calibration to make sure it's possible to use:
--kv-cache-dtype fp8
options safely without VLLM warnings?
Till now I think only unsloth done this here: https://unsloth.ai/docs/models/qwen3.8#nvfp4
I'm looking for the KV cache calibration because of this VLLM article: https://vllm.ai/blog/2026-04-22-fp8-kvcache

Once again ๐Ÿ‘

I have 200+ coding sessions from pi.dev and omp.sh and created custom kv cache calibration. But the most of them were created without reasoning (for Qwen 3.6 27B) so it looks like they're not relevant to 3.8 now :(
But I can share creation workflow so you can try on your own sessions data. There are caveats with config and MTP.

I have 200+ coding sessions from pi.dev and omp.sh and created custom kv cache calibration. But the most of them were created without reasoning (for Qwen 3.6 27B) so it looks like they're not relevant to 3.8 now :(
But I can share creation workflow so you can try on your own sessions data. There are caveats with config and MTP.

Hi @alex81k please do.

I have 200+ coding sessions from pi.dev and omp.sh and created custom kv cache calibration. But the most of them were created without reasoning (for Qwen 3.6 27B) so it looks like they're not relevant to 3.8 now :(
But I can share creation workflow so you can try on your own sessions data. There are caveats with config and MTP.

Hi @alex81k please do.

Hi @peterdab . Finally I found some time to fix scripts for 3.8: https://github.com/kryoz/4090-48gb-vllm-fp8/tree/main/calibration

Sign up or log in to comment