Skip to content

Commit e911537

Browse files
committed
chore(sglang): upgrade sglang to 0.5.5
1 parent 6379311 commit e911537

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mac = [
4747
]
4848

4949
gpu = [
50-
"sglang[all]==0.5.4.post1",
50+
"sglang[all]==0.5.5",
5151
"mlx-lm==0.28.0",
5252
"mlx[cpu]==0.29.1",
5353
]

src/parallax/sglang/monkey_patch_utils/model_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
use_hpu_communicator=use_hpu_communicator,
8080
use_xpu_communicator=use_xpu_communicator,
8181
use_npu_communicator=use_npu_communicator,
82-
use_torch_symm_mem=use_torch_symm_mem,
82+
use_torch_symm_mem_all_reduce=use_torch_symm_mem,
8383
use_message_queue_broadcaster=use_message_queue_broadcaster,
8484
group_name=group_name,
8585
)

0 commit comments

Comments
 (0)