Files
vllm/tests/kernels/moe/modular_kernel_tools
Tyler Michael SmithandClaude Opus 4.6 6a2d75c993 Wrap MK test worker in set_current_vllm_config context
The vllm config context was only active during init_distributed_environment
and initialize_model_parallel, but not during the actual test worker
execution. DeepEP v2's maybe_make_prepare_finalize calls
get_current_vllm_config() to read enforce_eager, which fails without
the context.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com>
2026-05-03 17:14:15 -04:00
..