- 12 Jan, 2026 1 commit
-
-
wujl5 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 3 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
-
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 5 commits
-
-
xiabo authored
-
laibao authored
- repeat_counts/CPU 元数据为 numpy/array-like 时会在 repeat_interleave/.to() 崩溃 - 统一转换为 CPU torch.Tensor 后再扩展并拷到 GPU
-
zhuwenwen authored
DS量化模型重构atten和moe调用rmsquant融合逻辑。 See merge request dcutoolkit/deeplearing/vllm!345
-
wujl5 authored
-
zhuwenwen authored
bugfix: Fix the startup crash issue of the service when USE_FUSED_RMS_QUANT=1 See merge request dcutoolkit/deeplearing/vllm!344
-
- 06 Jan, 2026 6 commits
- 05 Jan, 2026 5 commits
- 04 Jan, 2026 9 commits
-
-
zhuwenwen authored
V0.9.2 dev pdncclinit See merge request dcutoolkit/deeplearing/vllm!333
-
xiabo authored
-
xiabo authored
-
zhuwenwen authored
fix: 只有当kv block中不含有MTP的假数据时才会被cached,以修复cache_full_blocks同一个kv block保存两次的bug See merge request dcutoolkit/deeplearing/vllm!331
-
zhuwenwen authored
perf: 加速 v1 InputBatch.add_request 的 token_ids 拷贝 See merge request dcutoolkit/deeplearing/vllm!330
-
jujl1 authored
-
laibao authored
新增环境变量开关 VLLM_V1_FAST_TOKEN_ID_COPY(默认关闭)。开启后在 CachedRequestState 中缓存 prompt_token_ids 的 np.int32,并在 add_request 里用 np.copyto 写入 token_ids_cpu,避免长 prompt 场景反复 list->NumPy 转换开销(尤其是抢占/反复进出 batch 时)
-
zhuwenwen authored
perf: DS-量化模型融合qa和kva的gemm See merge request dcutoolkit/deeplearing/vllm!329
-
wujl5 authored
-
- 31 Dec, 2025 5 commits