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

@@ -10,7 +10,7 @@ from sglang.srt.utils import get_bool_env_var, is_hip, is_hpu
logger = logging.getLogger(__name__)
use_vllm_custom_allreduce = get_bool_env_var(
"USE_VLLM_CUSTOM_ALLREDUCE", default="true"
"USE_VLLM_CUSTOM_ALLREDUCE", default="false"
)
if not is_hpu():