"tests/vscode:/vscode.git/clone" did not exist on "e69a265135ef48312d78130f64b7bfce4cd81a37"
  1. 09 Feb, 2026 1 commit
  2. 06 Jan, 2026 1 commit
  3. 04 Jan, 2026 1 commit
    • laibao's avatar
      perf: 加速 v1 InputBatch.add_request 的 token_ids 拷贝 · fbe8587a
      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 时)
      fbe8587a
  4. 29 Dec, 2025 1 commit
  5. 25 Dec, 2025 2 commits
  6. 24 Dec, 2025 1 commit
    • laibao's avatar
      V1 采样器:新增 reduced top-k/top-p 采样路径 · 9b1e03d4
      laibao authored
      新增环境变量 VLLM_V1_USE_REDUCED_TOPK_TOPP_SAMPLER 用于开关控制
      扩展 SamplingMetadata,增加 max_top_k 与 has_any_no_top_k
      在 InputBatch 侧计算 top-k 的主机端汇总信息,避免 device 同步
      更新 Sampler/TopKTopPSampler 传递并使用新参数以启用优化采样
      9b1e03d4
  7. 23 Dec, 2025 1 commit
  8. 22 Dec, 2025 2 commits
  9. 21 Dec, 2025 1 commit
  10. 18 Dec, 2025 3 commits
  11. 09 Dec, 2025 1 commit
  12. 08 Dec, 2025 2 commits
  13. 05 Dec, 2025 1 commit
    • laibao's avatar
      [bugfix] 优化 reject-sampling 的 InputBatch 元数据处理 · a0d556fe
      laibao authored
      - 在 InputBatch.refresh_metadata 中为展开后的采样元数据引入 repeat_count 记录重复次数
      - 完善元数据刷新逻辑以适配 reject-sampling 优化路径
      - 更新 GPUModelRunnerBase,在 batch 处理阶段正确消费新的采样元数据与重复计数
      a0d556fe
  14. 28 Nov, 2025 1 commit
  15. 27 Nov, 2025 1 commit
  16. 26 Nov, 2025 2 commits
  17. 21 Nov, 2025 1 commit
  18. 15 Nov, 2025 1 commit
  19. 13 Nov, 2025 1 commit
  20. 27 Oct, 2025 1 commit
  21. 17 Oct, 2025 2 commits
  22. 13 Oct, 2025 1 commit
  23. 11 Oct, 2025 2 commits
  24. 10 Oct, 2025 3 commits
  25. 09 Oct, 2025 1 commit
  26. 30 Sep, 2025 1 commit
  27. 26 Sep, 2025 1 commit
  28. 25 Sep, 2025 1 commit
  29. 24 Sep, 2025 2 commits