- 16 Jan, 2026 9 commits
-
-
zhuwenwen authored
add VLLM_USE_FUSED_CACHE_QUANT_BMM_MLA to use fused rmsnorm + contiguous + rope(for dpsk-v3) + concat_and_cache_mla + q quant, control bmm(todo) + cat +mla (fp8)
-
zhuwenwen authored
-
laibao authored
新增环境变量 VLLM_MOE_ROUTER_CAPTURE / DIR / RANK / MAX_LAYERS / NUM_TOKENS_* 用于开关与过滤控制 新增 router_capture.py,支持按 num_tokens 分桶抓取 router logits 并落盘 在 qwen3_moe 中接入抓取逻辑,默认关闭,仅在开启时记录 固定 skip_profile / skip_stack_funcs 为默认启用,避免抓到 warmup/profile 形状 统一配置入口到 vllm.envs,作为运行时基准
-
zhuwenwen authored
-
zhuwenwen authored
-
zhuwenwen authored
-
zhuwenwen authored
-
-
zhuwenwen authored
-
- 15 Jan, 2026 6 commits
-
-
zhuwenwen authored
Switch default w8a8 gemm impl to blaslt. See merge request dcutoolkit/deeplearing/vllm!368
-
wanglong3 authored
-
zhuwenwen authored
V0.9.2 dev yql 1.15 See merge request dcutoolkit/deeplearing/vllm!367
-
xiabo authored
vllm:export VLLM_CUSTOM_CACHE=1 dtk:export HIP_KERNEL_EVENT_SYSTENFENCE=1
-
yangql authored
-
yangql authored
-
- 14 Jan, 2026 2 commits
- 13 Jan, 2026 3 commits
- 12 Jan, 2026 8 commits
-
-
zhuwenwen authored
-
zhuwenwen authored
修改非堆成切分的判断 See merge request dcutoolkit/deeplearing/vllm!362
-
xiabo authored
-
zhuwenwen authored
nmz适配block和channel fp8 See merge request dcutoolkit/deeplearing/vllm!360
-
zhuwenwen authored
fix: 修复不开启融合图的断言错误。 See merge request dcutoolkit/deeplearing/vllm!359
-
wujl5 authored
-
SAC_fanth authored
-
jujl1 authored
-
- 10 Jan, 2026 1 commit
-
-
zhuwenwen authored
fix: 修复 expanded sampling metadata 对 numpy/array-like 输入不兼容导致崩溃 perf(fused-moe): 预打包 Marlin W16A16 MoE 权重,降低 warmup 显存峰值 See merge request dcutoolkit/deeplearing/vllm!357
-
- 09 Jan, 2026 4 commits
-
-
laibao authored
- 在 post-load hook 中对 w13/w2 做 per-expert Marlin pack,并替换为 packed 参数 - Marlin fast path 仅接受 packed 权重;未预打包则 fail fast,避免运行时 packing 峰值/不确定性 - 更新 Marlin wrapper 的入参与 shape 推导(从 packed layout 计算 K/N)
-
zhuwenwen authored
Remove print. See merge request dcutoolkit/deeplearing/vllm!356
-
jujl1 authored
-
wanglong3 authored
-
- 08 Jan, 2026 5 commits
-
-
zhuwenwen authored
feat: Support enable rms quant and shared expert overlap at same time. See merge request dcutoolkit/deeplearing/vllm!352
-
wanglong3 authored
-
zhuwenwen authored
fix:更新 Marlin W16A16 MoE 中支持的断言消息 See merge request dcutoolkit/deeplearing/vllm!349
-
laibao authored
-
zhuwenwen authored
解决custom allreduce在dp情况下的其服务错误问题 See merge request dcutoolkit/deeplearing/vllm!348
-
- 07 Jan, 2026 2 commits