Views
No views yet
| Model | aime26 | gpqa_diamond | math_500 | mmlu | piqa | hellaswag | gsm8k | mmlu_pro |
|---|---|---|---|---|---|---|---|---|
| DeepSeek-V4-Flash (W4A8 MXFP4 MoE, block FP8 Linear) | 0.6097 | 0.7212 | 0.9556 | 0.9043 | 0.9289 | 0.8632 | 0.9684 | 0.8289 |
| INCModel/DeepSeek-V4-Flash-MXFP4-Mixed-CT-AutoRound (W4A4 MXFP4 MoE, MXFP8 Linear) | 0.6087 | 0.7192 | 0.9472 | 0.9020 | 0.9287 | 0.8650 | 0.9671 | 0.8258 |
CUDA_VISIBLE_DEVICES=0,1 vllm serve INCModel/DeepSeek-V4-Flash-MXFP4-Mixed-CT-AutoRound \
--trust-remote-code \
--kv-cache-dtype fp8 \
--block-size 256 \
--tensor-parallel-size 2 \
--attention_config.use_fp4_indexer_cache=True \
--port 8009 \
--no-enable-flashinfer-autotune \
--enforce-eagercurl -s http://127.0.0.1:8009/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "DeepSeek-V4-Flash-MXFP4-Mixed-CT-AutoRound",
"messages": [
{"role":"user","content":"2+3=?"}
],
"max_tokens": 10,
"extra_body": {
"chat_template_kwargs": {
"enable_thinking": true
}
}
}' | python3 -m json.tooltemperature = 1.0, top_p = 1.0. For the Think Max reasoning mode, we recommend setting the context window to at least 384K tokens.1auto-round deepseek-ai/DeepSeek-V4-Flash \
2 --model_free \
3 --scheme MXFP8 \
4 --ignore_layers compressor,indexer.weights_proj \
5 --layer_config "{ffn.experts:{bits:4,data_type:mx_fp}}" \
6 --format llm_compressor \
7 --output_dir "./DeepSeek-V4-Flash-MXFP4-Mixed"