Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
9af7b88e
Unverified
Commit
9af7b88e
authored
Oct 23, 2024
by
Lianmin Zheng
Committed by
GitHub
Oct 23, 2024
Browse files
[Fix] Fix abort in dp (#1767)
parent
fbcbb263
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/data_parallel_controller.py
python/sglang/srt/managers/data_parallel_controller.py
+1
-1
No files found.
python/sglang/srt/managers/data_parallel_controller.py
View file @
9af7b88e
...
@@ -156,7 +156,7 @@ class DataParallelController:
...
@@ -156,7 +156,7 @@ class DataParallelController:
else
:
else
:
# Send other control messages to all workers
# Send other control messages to all workers
for
worker
in
self
.
workers
:
for
worker
in
self
.
workers
:
worker
.
queue
.
put
(
recv_req
)
worker
.
send_pyobj
(
recv_req
)
def
run_data_parallel_controller_process
(
def
run_data_parallel_controller_process
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment