Skip to content

Commit 2d6a382

Browse files
authored
[Docs] Move code block out of admonition now that it's short (#21118)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 89e3c4e commit 2d6a382

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/design/v1/p2p_nccl_connector.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ To address the above issues, I have designed and developed a local Tensor memory
6161

6262
# Install vLLM
6363

64-
??? console "Commands"
65-
66-
```shell
67-
pip install "vllm>=0.9.2"
68-
```
64+
```shell
65+
pip install "vllm>=0.9.2"
66+
```
6967

7068
# Run xPyD
7169

0 commit comments

Comments
 (0)