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
ed53dfb0
Commit
ed53dfb0
authored
Nov 17, 2025
by
zhuwenwen
Browse files
update synchronize
parent
a1e9e36f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/parallel_state.py
vllm/distributed/parallel_state.py
+1
-1
No files found.
vllm/distributed/parallel_state.py
View file @
ed53dfb0
...
@@ -736,7 +736,7 @@ class GroupCoordinator:
...
@@ -736,7 +736,7 @@ class GroupCoordinator:
src
=
self
.
ranks
[
src
],
src
=
self
.
ranks
[
src
],
group
=
group
)
group
=
group
)
if
envs
.
VLLM_USE_PP_SYNC
:
if
envs
.
VLLM_USE_PP_SYNC
:
torch
.
cuda
.
sychronize
()
torch
.
cuda
.
sy
n
chronize
()
if
use_all_gather
:
if
use_all_gather
:
# do the allgather
# do the allgather
tensor
=
all_gather_group
.
all_gather
(
# type: ignore
tensor
=
all_gather_group
.
all_gather
(
# type: ignore
...
...
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