Files
xc-llm-ascend/vllm_ascend
Yizhou b13d22bf5a [Fix] Fixes attribute error in MLA implementation (#3618)
### What this PR does / why we need it?
Corrects the attribute access for retrieving the device from `q_a_proj`
to `q_proj`. This prevents an `AttributeError` as `q_a_proj` does not
exist on the class instance.

### Does this PR introduce _any_ user-facing change?
None.

### How was this patch tested?
Need MLAPO tests.

- vLLM version: v0.11.0rc3
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0

---------

Signed-off-by: Yizhou Liu <liu_yizhou@outlook.com>
2025-10-23 09:12:50 +08:00
..
2025-10-22 14:13:32 +08:00
2025-10-21 22:58:02 +08:00
2025-10-21 22:58:02 +08:00
2025-10-09 10:28:38 +08:00
2025-10-21 22:58:02 +08:00
2025-10-15 19:36:32 +08:00