[doc][misc] doc update (#6439)

This commit is contained in:
youkaichao 2024-07-14 23:33:25 -07:00 committed by GitHub
parent de19916314
commit 22e79ee8f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,8 @@ Here are some common issues that can cause hangs:
value = cpu_data.mean().item()
assert value == world_size, f"Expected {world_size}, got {value}"
print("sanity check is successful!")
.. tip::
Save the script as ``test.py``.
@ -62,4 +64,6 @@ Here are some common issues that can cause hangs:
- is reachable from all nodes
- is set before running the script.
If the script runs successfully, you should see the message ``sanity check is successful!``.
If the problem persists, feel free to `open an issue on GitHub <https://github.com/vllm-project/vllm/issues/new/choose>`_, with a detailed description of the issue, your environment, and the logs.