Skip to content

Commit

Permalink
[doc][misc] doc update (vllm-project#6439)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jul 15, 2024
1 parent de19916 commit 22e79ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/getting_started/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand All @@ -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.

0 comments on commit 22e79ee

Please sign in to comment.