[Bugfix] Fix modular kernel tests (#27707)

Signed-off-by: Bill Nell <bnell@redhat.com>
This commit is contained in:
bnellnm
2025-10-29 04:14:33 -04:00
committed by GitHub
parent 8df98c2161
commit 1891cf605a
2 changed files with 3 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ class Config:
}
backend = self.all2all_backend()
vllm_config.parallel_config.all2all_backend = backend
if backend is not None:
env_dict.update({"VLLM_ALL2ALL_BACKEND": backend})