Closed jueming0312 closed 4 days ago
torch.distributed.DistNetworkError: The client socket has timed out after 60s while trying to connect to (10.1.16.222, 29400).
You need to check the network connection between two nodes.
torch.distributed.DistNetworkError: The client socket has timed out after 60s while trying to connect to (10.1.16.222, 29400).
You need to check the network connection between two nodes.
I added --network=host during the container runtime, and the communication with other ports via telnet is normal. Is the master address defined by this script the ray head node?
Which service is the port 29400 being connected to here?
Thank you, it indeed seems to be an internet issue. I have switched the running environment to Kubernetes and now the distributed inference is functioning normally.
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!
Your current environment
How would you like to use vllm
The integrity check script returned normal when run on a single node.
The following error is returned when running on multiple nodes: