diff --git a/scripts/ci/utils/slash_command_handler.py b/scripts/ci/utils/slash_command_handler.py index 9f760acc3..c3d4af1e0 100644 --- a/scripts/ci/utils/slash_command_handler.py +++ b/scripts/ci/utils/slash_command_handler.py @@ -462,6 +462,7 @@ MULTIMODAL_TEST_DIR = "python/sglang/multimodal_gen/test" MULTIMODAL_PATH_TO_RUNNER = { "2_gpu": "2-gpu-h100", "2-gpu": "2-gpu-h100", + "b200": _B200_DEFAULT_RUNNER, } MULTIMODAL_DEFAULT_RUNNER = "1-gpu-h100"