[Refactor][Config] Remove fused MC2 environment variable (#14831)
### What this PR does / why we need it?
Removes the legacy `VLLM_ASCEND_ENABLE_FUSED_MC2` environment variable
after its behavior was migrated to `additional_config.enable_fused_mc2`.
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_FUSED_MC2` is no longer read. Users must
configure the behavior with `--additional-config
'{"enable_fused_mc2":1}'`.
### 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_FUSED_MC2`
remain outside migration documentation and the ignored-variable unit
test
- NPU end-to-end tests were not run in this Windows environment
- vLLM version: v0.27.1
- 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
80c833fb86b105391d164c9e3fc60d0bfecbf85e
Parent: e8600b7
Committed by GitHub <noreply@github.com>
on 8/26/2026, 6:46:38 AM