You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepSeek-V4 bringup — initial main attention kernels, DeepseekV4Attention wiring, KV cache creation, KV compressor + quick optimizations, indexer, and MHC HCHeadOp support land the model end to end under experimental/deepseek_v4 (#2903, #2980, #2981, #2858, #2993, #2905, #2950, #2986).
dFlash speculative decoding — new DFlash model + proposer, relocated into vLLM with added unit tests and split CI coverage (#1868, #2969, - #2904, #2939).
gdn/v3 fused Conv1D/GDN kernel — new fused Conv1D + gated delta-rule (GDN) kernel for gated-attention models, with reference implementations - and kernel tests (#3016).
Raiden KVCacheManager migration — TPUConnector and the KV cache manager move to Raiden, with import-path completion and a load-order XLA-symbol - crash fix (#2868, #2997, #3025, #2886).
Multihost Ray Executor V2 — multi-host TPU now runs on vLLM's Ray Executor V2 via the native VLLM_USE_RAY_V2_EXECUTOR_BACKEND flag, with - serve-log dumping and Buildkite step short-circuiting (#2893, #2971, #2976, #2902).
fastAPI version restricted to fix a compatibility break (#2890).
Infra, CI, docs
vLLM integration error fixes and LKG version bumps (#2962, #2951, #2933).
Multihost: enable Ray Executor V2 via native VLLM_USE_RAY_V2_EXECUTOR_BACKEND flag (#2971); dump vllm_serve.log in run_multihost.sh cleanup - (#2976); short-circuit the Buildkite step so it doesn't block waiting for TPUs (#2902).
DP: example external round-robin LB (#2934) and PHASED_PROFILING_DIR collision fix in run_dp_external_lb.sh (#2945).
Build docker image for daily benchmarking (#2932); build the image once instead of per-pipeline (#2883); skip empty metric values in - mlcompass_export (#3014).
Benchmarking script: example NVFP4/TPU-FP4/FP8 perf benchmarking for Qwen3.5-397B (#2912).
CI: split spec-decoding e2e into per-push BVT subset + nightly full matrix (#2939); fix Kimi-K2.6 nightly OOM + mmlu --trust-remote-code - (#2923); fix mmlu continue-decode num-tokens (#2931); fix flaky Qwen3-MoE weight-loading memory test on tpu6e (#2996); enable - processed_logprobs fixture mode (#2916); resolve dp scheduler test signature/unused-var (#2911); non-ready pipeline steps run on CPU not TPU - (#2914); nightly_verify skips commit-back on release-branch nightlies (#2941).
Test teardown: explicit server shutdown instead of dropping the reference and waiting (#2882), applied across remaining test files (#2915).