Views
No views yet
FP8_DYNAMIC, data-free). Runs on NVIDIA Blackwell's native FP8 tensor cores.| model | perplexity | vs BF16 | size |
|---|---|---|---|
| BF16 (base) | 10.0216 | — | 7.5 GB |
| FP8 (this) | 10.0415 | +0.20 % (paired t = 5.4, p = 3e-7) | 4.85 GB |
| GPTQ W4A16 | 10.3261 | +3.04 % | 2.48 GB |
| AWQ W4A16 | 10.5907 | +5.68 % | 3.21 GB |
| metric | value |
|---|---|
| VRAM to load | ~5.5 GB (incl. ~1.3 GB CUDA context) |
| weights on disk | 4.85 GB |
| decode speed | 47.8 tok/s (single stream, vLLM) |
1from vllm import LLM
2llm = LLM("Subalzt/Qwen3-4B-Instruct-2507-FP8")
3print(llm.generate("Explain the TCP three-way handshake.")[0].outputs[0].text)Qwen/Qwen3-4B-Instruct-2507.