Closed
Conversation
vllm-project#6873) This reverts commit 3953dcf. to keep the basic functions available --------- Signed-off-by: wangli <wangli858794774@gmail.com>
…ject#7045) ### What this PR does / why we need it? This PR adds comprehensive documentation for the CPU binding feature on Ascend NPUs. It includes: - A detailed developer guide (`docs/source/developer_guide/feature_guide/cpu_binding.md`) covering the design, internal logic, allocation examples, and troubleshooting for the CPU binding mechanism. - A concise user guide (`docs/source/user_guide/feature_guide/cpu_binding.md`) explaining the core concepts, usage, and common issues for end-users. - An update to `additional_config.md` to use consistent terminology for binding strategies (`global-slicing` and `topo-affinity`). This documentation is needed to help both developers and users understand, use, and debug the CPU binding feature, which is critical for performance on ARM+Ascend platforms. ### Does this PR introduce _any_ user-facing change? No. This is a documentation-only update. ### How was this patch tested? The documentation has been reviewed for clarity and technical accuracy. The examples and descriptions align with the implementation in `vllm_ascend/cpu_binding.py`. - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d --------- Signed-off-by: chenchuw886 <chenchuw@huawei.com> Signed-off-by: c00818886 <chenchuwei@huawei.com> Co-authored-by: chenchuw886 <chenchuw@huawei.com>
### What this PR does / why we need it? New Quantization Method: Introduced support for the W8A8SC static linear quantization scheme specifically for 310P hardware, enabling more efficient model compression. Refactored the save_sharded_state_310.py to avoid multi-process issue. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? W8A8SC quant E2E test. - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d --------- Signed-off-by: pu-zhe <zpuaa@outlook.com>
) ### What this PR does / why we need it? 1. Increase nightly multi-node test max-parallel from 1 to 2, and fix resource conflicts that arise when tests run concurrently. 2. Fix parse-trigger job: Add an if condition so it only runs on schedule, workflow_dispatch, or PRs labeled nightly-test 3. Adjust nightly schedule: Shift trigger time from 24:00 to 23:45 (UTC+8) ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d --------- Signed-off-by: hfadzxy <starmoon_zhang@163.com>
### What this PR does / why we need it? Fix acceptance and high-concurrency bug in eagle3 and cp enabled ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tests and ut - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d --------- Signed-off-by: lilinsiman <lilinsiman@gmail.com>
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
tfhddd
pushed a commit
that referenced
this pull request
Apr 21, 2026
### What this PR does / why we need it? | File Path | | :--- | | `tests/ut/batch_invariant/test_batch_invariant.py` | | `tests/ut/compilation/test_acl_graph.py` | | `tests/ut/compilation/test_npugraph_ex_utils_check.py` | | `tests/ut/conftest.py` | | `tests/ut/core/test_scheduler_dynamic_batch.py` | | `tests/ut/device_allocator/test_camem.py` | | `tests/ut/device_allocator/test_cpu_binding.py` | | `tests/ut/distributed/device_communicators/test_pyhccl.py` | | `tests/ut/distributed/device_communicators/test_pyhccl_wrapper.py` | | `tests/ut/distributed/mooncake/test_config_data.py` | | `tests/ut/distributed/test_communicator.py` | | `tests/ut/distributed/test_parallel_state.py` | | `tests/ut/eplb/adaptor/test_vllm_adaptor.py` | | `tests/ut/eplb/core/policy/test_policy_abstract.py` | | `tests/ut/eplb/core/policy/test_policy_default_eplb.py` | | `tests/ut/eplb/core/policy/test_policy_factor.py` | | `tests/ut/eplb/core/policy/test_policy_swift_balancer.py` | | `tests/ut/eplb/core/test_eplb_device_transfer_loader.py` | | `tests/ut/eplb/core/test_eplb_utils.py` | | `tests/ut/spec_decode/test_eagle_proposer.py` | | `tests/ut/test_ascend_config.py` | | `tests/ut/test_envs.py` | | `tests/ut/test_platform.py` | | `tests/ut/test_utils.py` | | `tests/ut/worker/test_block_table.py` | | `tests/ut/worker/test_pcp_manager.py` | | `tests/ut/worker/test_worker_v1.py` | ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d Signed-off-by: MrZ20 <2609716663@qq.com>
tfhddd
pushed a commit
that referenced
this pull request
Apr 21, 2026
### What this PR does / why we need it? | File Path | | :--- | | `tests/ut/batch_invariant/test_batch_invariant.py` | | `tests/ut/compilation/test_acl_graph.py` | | `tests/ut/compilation/test_npugraph_ex_utils_check.py` | | `tests/ut/conftest.py` | | `tests/ut/core/test_scheduler_dynamic_batch.py` | | `tests/ut/device_allocator/test_camem.py` | | `tests/ut/device_allocator/test_cpu_binding.py` | | `tests/ut/distributed/device_communicators/test_pyhccl.py` | | `tests/ut/distributed/device_communicators/test_pyhccl_wrapper.py` | | `tests/ut/distributed/mooncake/test_config_data.py` | | `tests/ut/distributed/test_communicator.py` | | `tests/ut/distributed/test_parallel_state.py` | | `tests/ut/eplb/adaptor/test_vllm_adaptor.py` | | `tests/ut/eplb/core/policy/test_policy_abstract.py` | | `tests/ut/eplb/core/policy/test_policy_default_eplb.py` | | `tests/ut/eplb/core/policy/test_policy_factor.py` | | `tests/ut/eplb/core/policy/test_policy_swift_balancer.py` | | `tests/ut/eplb/core/test_eplb_device_transfer_loader.py` | | `tests/ut/eplb/core/test_eplb_utils.py` | | `tests/ut/spec_decode/test_eagle_proposer.py` | | `tests/ut/test_ascend_config.py` | | `tests/ut/test_envs.py` | | `tests/ut/test_platform.py` | | `tests/ut/test_utils.py` | | `tests/ut/worker/test_block_table.py` | | `tests/ut/worker/test_pcp_manager.py` | | `tests/ut/worker/test_worker_v1.py` | ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.16.0 - vLLM main: vllm-project/vllm@4034c3d Signed-off-by: MrZ20 <2609716663@qq.com> Signed-off-by: tfhddd <2272751277@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it?
Does this PR introduce any user-facing change?
How was this patch tested?