[doc] improve debugging code (#10206)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao 2024-11-10 17:49:40 -08:00 committed by GitHub
parent ad9a78bf64
commit f0f2e5638e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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