Unverified Commit 22e79ee8 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

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

parent de199163
...@@ -50,6 +50,8 @@ Here are some common issues that can cause hangs: ...@@ -50,6 +50,8 @@ Here are some common issues that can cause hangs:
value = cpu_data.mean().item() value = cpu_data.mean().item()
assert value == world_size, f"Expected {world_size}, got {value}" assert value == world_size, f"Expected {world_size}, got {value}"
print("sanity check is successful!")
.. tip:: .. tip::
Save the script as ``test.py``. Save the script as ``test.py``.
...@@ -62,4 +64,6 @@ Here are some common issues that can cause hangs: ...@@ -62,4 +64,6 @@ Here are some common issues that can cause hangs:
- is reachable from all nodes - is reachable from all nodes
- is set before running the script. - 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. 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.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment