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
norm
vllm
Commits
358c328d
Unverified
Commit
358c328d
authored
Dec 28, 2023
by
Zhuohan Li
Committed by
GitHub
Dec 27, 2023
Browse files
[BUGFIX] Fix communication test (#2285)
parent
4aaafdd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/distributed/test_comm_ops.py
tests/distributed/test_comm_ops.py
+1
-1
No files found.
tests/distributed/test_comm_ops.py
View file @
358c328d
...
...
@@ -8,7 +8,7 @@ import pytest
import
torch
from
vllm.config
import
ParallelConfig
from
vllm.
engine.ray_
utils
import
get_open_port
from
vllm.utils
import
get_open_port
from
vllm.model_executor.parallel_utils.communication_op
import
(
tensor_model_parallel_all_reduce
,
tensor_model_parallel_all_gather
,
...
...
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