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
c81da5f5
Unverified
Commit
c81da5f5
authored
Jun 10, 2024
by
youkaichao
Committed by
GitHub
Jun 10, 2024
Browse files
[misc][typo] fix typo (#5372)
parent
68bc8170
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/device_communicators/custom_all_reduce_utils.py
...stributed/device_communicators/custom_all_reduce_utils.py
+1
-1
No files found.
vllm/distributed/device_communicators/custom_all_reduce_utils.py
View file @
c81da5f5
...
...
@@ -166,7 +166,7 @@ def gpu_p2p_access_check(i: int, j: int) -> bool:
and
(
not
os
.
path
.
exists
(
path
))):
# only the local master process (with local_rank == 0) can
# enter this block to calculate the cache
logger
.
info
(
"generating GPU P2P access cache
for
in %s"
,
path
)
logger
.
info
(
"generating GPU P2P access cache in %s"
,
path
)
cache
=
{}
for
_i
in
range
(
num_dev
):
for
_j
in
range
(
num_dev
):
...
...
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