Skip to content

Commit 22e79ee

Browse files
authored
[doc][misc] doc update (#6439)
1 parent de19916 commit 22e79ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/getting_started/debugging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Here are some common issues that can cause hangs:
5050
value = cpu_data.mean().item()
5151
assert value == world_size, f"Expected {world_size}, got {value}"
5252
53+
print("sanity check is successful!")
54+
5355
.. tip::
5456

5557
Save the script as ``test.py``.
@@ -62,4 +64,6 @@ Here are some common issues that can cause hangs:
6264
- is reachable from all nodes
6365
- is set before running the script.
6466

67+
If the script runs successfully, you should see the message ``sanity check is successful!``.
68+
6569
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.

0 commit comments

Comments
 (0)