Skip to content

Commit

Permalink
[doc] improve debugging code (vllm-project#10206)
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao authored Nov 11, 2024
1 parent ad9a78b commit f0f2e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/getting_started/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ If GPU/CPU communication cannot be established, you can use the following Python
print("PyTorch GLOO is successful!")
if world_size <= 1:
exit()
# Test vLLM NCCL, with cuda graph
from vllm.distributed.device_communicators.pynccl import PyNcclCommunicator
Expand Down

0 comments on commit f0f2e56

Please sign in to comment.