Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e512f76a
"vscode:/vscode.git/clone" did not exist on "4b4fc8754e8bfbeefb601b2bb818ce311145008c"
Unverified
Commit
e512f76a
authored
Jan 07, 2025
by
XiaobingZhang
Committed by
GitHub
Jan 07, 2025
Browse files
fix init error for MessageQueue when n_local_reader is zero (#11768)
parent
898cdf03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/distributed/device_communicators/shm_broadcast.py
vllm/distributed/device_communicators/shm_broadcast.py
+2
-1
No files found.
vllm/distributed/device_communicators/shm_broadcast.py
View file @
e512f76a
...
@@ -247,7 +247,8 @@ class MessageQueue:
...
@@ -247,7 +247,8 @@ class MessageQueue:
self
.
handle
=
Handle
(
self
.
handle
=
Handle
(
connect_ip
=
connect_ip
,
connect_ip
=
connect_ip
,
local_reader_ranks
=
local_reader_ranks
,
local_reader_ranks
=
local_reader_ranks
,
buffer_handle
=
self
.
buffer
.
handle
(),
buffer_handle
=
self
.
buffer
.
handle
()
if
self
.
buffer
is
not
None
else
None
,
local_subscribe_port
=
local_subscribe_port
,
local_subscribe_port
=
local_subscribe_port
,
remote_subscribe_port
=
remote_subscribe_port
,
remote_subscribe_port
=
remote_subscribe_port
,
)
)
...
...
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