文件最后提交记录最后更新时间
[Doc][Feature] Add issue-workflow-guidelines.md (#8968) ### What this PR does / why we need it? This guideline improves onboarding for new contributors and reduces ambiguity for maintainers when triaging issues. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Check content locally and maintainer can review via github preview, also need check the result of readthedocs CI workflow. · vLLM version: v0.18.0 · vLLM main: https://github.com/vllm-project/vllm/commit/35141a7eeda941a60ad5a4956670c60fd5a77029 --------- Signed-off-by: Tian-Fantasea <tt553093031@gmail.com> Signed-off-by: Tian-Fantasea <Tian-Fantasea@noreply.gitcode.com> Signed-off-by: Tian <tt553093031@gmail.com> Co-authored-by: Tian-Fantasea <Tian-Fantasea@noreply.gitcode.com>8 天前
[CI][Docs] Add scheduled Sphinx link check for docs (#8273) ### What this PR does / why we need it? This PR adds a scheduled documentation link check workflow to catch broken links and unexpected redirects in the Sphinx docs on a regular basis. Main changes: - add a GitHub Actions workflow to run make -C docs linkcheck weekly and on manual trigger - configure Sphinx linkcheck options in docs/source/conf.py to reduce flaky CI failures - document how to run the docs link check locally and where to find the generated reports - fix link in docs This helps us detect documentation link issues earlier and makes docs maintenance more proactive and repeatable. In docs/source/community/**contributors.md**, delete: ``` | 17 | [@dependabot[bot]](https://github.com/dependabot[bot]) | 2025/02/27 | [a5564ed](https://github.com/vllm-project/vllm-ascend/commit/a5564ed5d8fd9818936a22d9ea35951a27513b4c) | | 149 | [@invalid-email-address](https://github.com/invalid-email-address) | 2025/09/14 | [c9da5de](https://github.com/vllm-project/vllm-ascend/commit/c9da5dea5c271187c0119848ede9c0518a0c41b2) | | 207 | [@Copilot](https://github.com/Copilot) | 2025/11/11 | [24bca67](https://github.com/vllm-project/vllm-ascend/commit/24bca674412b56418c94bda7d659105315505a8e) | | 292 | [@nomewang](https://github.com/nomewang) | 2026/01/12 | [348cdf9](https://github.com/vllm-project/vllm-ascend/commit/348cdf98aad7ae9b399bf8481fcf2bb3baa6a636) | ``` ### Does this PR introduce _any_ user-facing change? No user-facing runtime change. This only affects documentation validation and contributor workflow. ### How was this patch tested? - Verified the workflow definition and Sphinx linkcheck-related configuration changes - Added local usage instructions in: - docs/source/developer_guide/contribution/testing.md If needed, the check can be run locally with: ```bash make -C docs linkcheck SPHINXOPTS="-W --keep-going" ``` - vLLM version: - vLLM main: https://github.com/vllm-project/vllm/commit/v0.19.0 --------- Signed-off-by: MrZ20 <2609716663@qq.com>1 个月前
[Community] Nominate new maintainer @linfeng-yuan (#8996) - ✅ **Review Quality:** He has completed [50+ reviews](https://github.com/vllm-project/vllm-ascend/pulls?q=is%3Apr+reviewed-by%3Alinfeng-yuan) since April 2025, covering graph mode, MoE, quantization, model support, and performance-related changes. In addition to regular review work, he has also participated in complex feature development and review, such as [#6670](https://github.com/vllm-project/vllm-ascend/pull/6670) (MoE MXFP8 quantization), where he helped with A5 MXFP8 integration, compatibility cleanup, dispatch updates, and implementation fixes. - ✅ **Sustained Contributions:** He has [60+ merged PRs](https://github.com/vllm-project/vllm-ascend/pulls?q=is%3Apr+is%3Amerged+author%3Alinfeng-yuan) since April 2025, with continuous activity across major release cycles. - ✅ **Quality Contributions:** **Torchair Graph Mode & Wide-EP / MoE — Feature Owner (2025 Q2~Q4):** He was the Feature Owner for DeepSeek high-throughput inference under torchair graph mode and the Wide-EP project. He drove graph mode performance optimization ([#731](https://github.com/vllm-project/vllm-ascend/pull/731)), landed super-kernel fusion for quantized DSR1 ([#3485](https://github.com/vllm-project/vllm-ascend/pull/3485)), and added initial MoE support for Model Runner v2 ([#7922](https://github.com/vllm-project/vllm-ascend/pull/7922)). **Ascend950 (A5) — Feature Owner:** He authored the [RFC roadmap (#7157)](https://github.com/vllm-project/vllm-ascend/issues/7157) for A5 support, landed initial build support ([#7151](https://github.com/vllm-project/vllm-ascend/pull/7151)), co-authored MXFP8 and MXFP4 quantization support for A5 ([#6670](https://github.com/vllm-project/vllm-ascend/pull/6670), [#7877](https://github.com/vllm-project/vllm-ascend/pull/7877)), and fixed the MXFP8 scale normalization issue that unblocked A5 quantized inference ([#7573](https://github.com/vllm-project/vllm-ascend/pull/7573)). **DeepSeek Low-Latency & Post-Processing:** He improved DSv3.2 performance by eliminating HD synchronization ([#4805](https://github.com/vllm-project/vllm-ascend/pull/4805)), improved rejection sampler performance and eliminated D2H sync in TopKTopPSampler ([#4154](https://github.com/vllm-project/vllm-ascend/pull/4154)), and added a penalty-related Triton kernel for sampling performance ([#7794](https://github.com/vllm-project/vllm-ascend/pull/7794)). - ✅ **Community Involvement:** He led a 2-part torchair modeling refactor ([#2384](https://github.com/vllm-project/vllm-ascend/pull/2384), [#2459](https://github.com/vllm-project/vllm-ascend/pull/2459)) and deleted ~2K lines of redundant DeepSeek modeling code as upstream absorbed the changes ([#2849](https://github.com/vllm-project/vllm-ascend/pull/2849)). He also replaced scattered business kwargs with typed request objects across MoE stage boundaries ([#7024](https://github.com/vllm-project/vllm-ascend/pull/7024)). Since March 2026, he has taken part in issue triage and user support, responding to [30+ issues](https://github.com/vllm-project/vllm-ascend/issues?q=is%3Aissue+commenter%3Alinfeng-yuan+updated%3A%3E2026-03-01) covering graph mode failures, quantization accuracy regressions, MoE deployment problems, and multi-node communication issues. - vLLM version: v0.19.1 - vLLM main: https://github.com/vllm-project/vllm/commit/4d51588e2381018348f1022dfa3a7698899805b7 Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>20 天前
[Doc][Misc] Comprehensive documentation cleanup and grammatical fixes (#8056) ### What this PR does / why we need it? ### What this PR does / why we need it? This pull request performs a comprehensive cleanup of the vLLM Ascend documentation. It fixes numerous typos, grammatical errors, and phrasing issues across community guidelines, developer documents, hardware tutorials, and feature guides. Key improvements include correcting hardware names (e.g., Atlas 300I), fixing broken links, cleaning up code examples (removing duplicate flags and trailing commas), and improving the clarity of technical explanations. These changes are necessary to ensure the documentation is professional, accurate, and easy for users to follow. ### Does this PR introduce _any_ user-facing change? No, this PR contains documentation-only updates. ### How was this patch tested? The changes were manually reviewed for accuracy and grammatical correctness. No functional code changes were introduced. - vLLM version: v0.18.0 - vLLM main: https://github.com/vllm-project/vllm/commit/29e48707e8144b78dd5d756f793c26a405043f3d --------- Signed-off-by: herizhen <1270637059@qq.com> Signed-off-by: herizhen <59841270+herizhen@users.noreply.github.com>1 个月前
[Doc][Feature] Add issue-workflow-guidelines.md (#8968) ### What this PR does / why we need it? This guideline improves onboarding for new contributors and reduces ambiguity for maintainers when triaging issues. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Check content locally and maintainer can review via github preview, also need check the result of readthedocs CI workflow. · vLLM version: v0.18.0 · vLLM main: https://github.com/vllm-project/vllm/commit/35141a7eeda941a60ad5a4956670c60fd5a77029 --------- Signed-off-by: Tian-Fantasea <tt553093031@gmail.com> Signed-off-by: Tian-Fantasea <Tian-Fantasea@noreply.gitcode.com> Signed-off-by: Tian <tt553093031@gmail.com> Co-authored-by: Tian-Fantasea <Tian-Fantasea@noreply.gitcode.com>8 天前
[Doc] Cherry-pick 0.18.0 release info (#8879) ### What this PR does / why we need it? This PR cherry-picks the release information for v0.18.0, including release notes, compatibility matrix updates, and documentation links. It also updates the maintenance status of older branches to reflect the new stable release. ### Does this PR introduce _any_ user-facing change? Yes, it updates the documentation and README files to reflect the new stable release v0.18.0. ### How was this patch tested? Documentation changes were verified for consistency across English and Chinese READMEs and the versioning policy. - vLLM main: https://github.com/vllm-project/vllm/commit/d886c26d4d4fef7d079696beb4ece1cfb4b008a8 Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>23 天前