### What this PR does / why we need it?
**Scope of Changes**:
| File Path |
| :--- |
| `vllm_ascend/attention/mla_v1.py` |
| `vllm_ascend/attention/sfa_v1.py` |
| `vllm_ascend/core/recompute_scheduler.py` |
| `vllm_ascend/core/scheduler_dynamic_batch.py` |
| `vllm_ascend/distributed/device_communicators/npu_communicator.py` |
| `vllm_ascend/distributed/device_communicators/pyhccl.py` |
| `vllm_ascend/distributed/device_communicators/pyhccl_wrapper.py` |
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.13.0
- vLLM main:
2c24bc6996
---------
Signed-off-by: MrZ20 <2609716663@qq.com>
Co-authored-by: Soren <user@SorendeMac-mini.local>
This commit is contained in:
@@ -51,11 +51,6 @@ line-length = 120
|
||||
# Folder to be modified
|
||||
exclude = [
|
||||
"tests/**",
|
||||
# (3)
|
||||
"vllm_ascend/attention/*.py",
|
||||
"vllm_ascend/core/*.py",
|
||||
"vllm_ascend/distributed/device_communicators/**",
|
||||
"vllm_ascend/distributed/utils.py",
|
||||
# (5)
|
||||
"vllm_ascend/distributed/kv_transfer/kv_pool/**",
|
||||
"vllm_ascend/distributed/kv_transfer/utils/**",
|
||||
|
||||
Reference in New Issue
Block a user