use sgl custom all reduce (#4441)

This commit is contained in:
Yineng Zhang
2025-03-18 00:46:41 -07:00
committed by GitHub
parent 45212ce18b
commit c787298547
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class TestBenchOneBatch(unittest.TestCase):
)
use_vllm_custom_allreduce = get_bool_env_var(
"USE_VLLM_CUSTOM_ALLREDUCE", default="true"
"USE_VLLM_CUSTOM_ALLREDUCE", default="false"
)
if is_in_ci():