SIGN IN SIGN UP

[Refactor][Config] Remove MLAPO environment variable (#14829)

### What this PR does / why we need it?

Removes the legacy `VLLM_ASCEND_ENABLE_MLAPO` environment variable after
its behavior was migrated to `additional_config.enable_mlapo`. Runtime
code, deployment examples, test configurations, and documentation are
migrated to the config field where applicable.

This is one independently reviewable part of the seven-variable split of
#14637.

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

Yes. `VLLM_ASCEND_ENABLE_MLAPO` is no longer read. Users must configure
the behavior with `--additional-config '{"enable_mlapo":true}'`.

### How was this patch tested?

- `ruff check` and `ruff format --check` on changed Python files
- Python byte-compilation of changed Python files
- YAML parsing of changed YAML files
- JSON parsing of concrete `additional-config` payloads
- Scan confirming no active references to `VLLM_ASCEND_ENABLE_MLAPO`
remain outside migration documentation
- NPU end-to-end tests were not run in this Windows environment

- vLLM main:
https://github.com/vllm-project/vllm/commit/ba07e4a48fc951300d97eb506217dd530583dea3

---------

Signed-off-by: kk_1999 <97623903+kk-ss1999@users.noreply.github.com>
K
kk_1999 committed
895ca078b2ce52e4ec40287776233e693aa592d7
Parent: d2f6d37
Committed by GitHub <noreply@github.com> on 8/29/2026, 1:50:37 AM