- Add `flashinfer_trtllm_afp8` and `flashinfer_cutlass_afp8` to MoEBackend
Literal in vllm/config/kernel.py so they are valid kernel_config values
- Attach `moe_backend="flashinfer_trtllm_afp8"` to the gpt_oss_20b model
object in models.py (conditionally on Blackwell) instead of setting the
env var in the test runner
- Remove the TODO env var block from conftest.py
Co-authored-by: GitHub Copilot
Agent-Logs-Url: https://github.com/vllm-project/vllm/sessions/8abf6884-3fc2-45fb-b5c8-1ba82b14c841
Co-authored-by: ProExpertProg <11367180+ProExpertProg@users.noreply.github.com>