Skip to content

Commit 3d0b36a

Browse files
fzyzcjyjimoosciuc
authored andcommitted
Tiny fix doc error (sgl-project#4795)
1 parent 12a34fa commit 3d0b36a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/references/multi_node.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
python3 -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-405B-Instruct --tp 16 --dist-init-addr 172.16.4.52:20000 --nnodes 2 --node-rank 0
1111

12-
# replace 172.18.45.52:20000 with your own node ip address and port of the second node
13-
14-
python3 -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-405B-Instruct --tp 16 --dist-init-addr 172.18.45.52:20000 --nnodes 2 --node-rank 1
12+
python3 -m sglang.launch_server --model-path meta-llama/Meta-Llama-3.1-405B-Instruct --tp 16 --dist-init-addr 172.16.4.52:20000 --nnodes 2 --node-rank 1
1513
```
1614

1715
Note that LLama 405B (fp8) can also be launched on a single node.

0 commit comments

Comments
 (0)