Roll back to use vllm custom allreduce (#3006)
This commit is contained in:
@@ -12,7 +12,7 @@ import torch.library
|
||||
from sglang.srt.utils import is_hpu
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
use_vllm_custom_allreduce = os.environ.get("USE_VLLM_CUSTOM_ALLREDUCE", default=False)
|
||||
use_vllm_custom_allreduce = os.environ.get("USE_VLLM_CUSTOM_ALLREDUCE", default=True)
|
||||
|
||||
if not is_hpu():
|
||||
if use_vllm_custom_allreduce:
|
||||
|
||||
Reference in New Issue
Block a user