This folder tracks the bring-up and optimization work for:
Intel/DeepSeek-V4-Flash-W4A16-AutoRounddeepseek-ai/DeepSeek-V4-Flashbits=4, group_size=128, symmetric GPTQ-style packingThe immediate goal is not only to run the model. The goal is to create the same kind of loop that worked for MiniMax M2.7: loader repair, quality gates, repeatable decode benchmarks, negative-result capture, promoted patch snapshots, and LocalMaxxing submissions only when a result is defensible.
As of 2026-05-31, this is an initial research track.
Known from Hugging Face metadata and the local vLLM tree:
usedStorage value
suggested. Direct file listing reports about 153.0 GB decimal / 142.4 GiB
of safetensors across 46 shards. Hugging Face’s model API usedStorage value
reports 303.7 GB, which appears to be repository/backend storage accounting
rather than bytes the download must place on disk.DeepseekV4ForCausalLM implementation in this checkout.inc quantization path already has the MiniMax-era XPU W4A16
FusedMoE hook. That is useful, but DeepSeek V4 has separate attention,
cache, hyper-connection, and sparse-indexing blockers.notes/: chronological bring-up notes and failure reports.ideas/: short candidate optimizations before they are tested.future-research/: larger or lower-priority research threads.past-efforts/: imported summaries from related MiniMax/Qwen experiments.results/: experiment ledger, promoted result summaries, rejected results.patches/: patch snapshots or patch notes, including failed patches.benchmarks/: benchmark shapes, commands, parser notes, comparison policy.configs/: env files, vLLM argument sets, LocalMaxxing payload templates.scripts/: experimental helpers for download, smoke, benchmark, and payloads.data/: local JSON summaries and small metadata captures.localmaxxing/: queued payloads and response paths for this model.The first useful milestone is a single-token or short p64/n16 smoke through vLLM/XPU TP4 using the AutoRound checkpoint, with the following proven:
DeepseekV4ForCausalLM.inc and W4A16 weights are not silently dequantized.No LocalMaxxing submission should happen at this stage.
A result can move from experimental to promoted only if it has:
data/.cd /home/steve/llm-optimizations/experiments/deepseek-v4-flash-autoround-vllm
# Download once storage is confirmed.
bash scripts/download-model.sh
# Experimental vLLM throughput wrapper. Expected to fail before XPU bring-up
# patches land; logs are still useful.
bash scripts/bench-vllm-deepseek-v4-flash-autoround-xpu.sh
/home/steve/src/vllm/home/steve/llm-optimizations/repro/minimax-m27-b70-110tps-ubuntu24-20260523