Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
01fbb11b
Unverified
Commit
01fbb11b
authored
Jul 26, 2024
by
Yineng Zhang
Committed by
GitHub
Jul 26, 2024
Browse files
docs: fix typo (#742)
parent
05d216da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
01fbb11b
...
@@ -160,7 +160,7 @@ python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3-8B-Instruct
...
@@ -160,7 +160,7 @@ python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3-8B-Instruct
```
bash
```
bash
# 2 nodes run 405B fp16
# 2 nodes run 405B fp16
# replace the `172.16.4.52:20000` with your own first node ip address and port, disable CUDA Gr
p
ah temporarily
# replace the `172.16.4.52:20000` with your own first node ip address and port, disable CUDA Gra
p
h temporarily
# on the first node
# on the first node
GLOO_SOCKET_IFNAME
=
eth0 python3
-m
sglang.launch_server
--model-path
meta-llama/Meta-Llama-3.1-405B-Instruct
--tp
16
--nccl-init-addr
172.16.4.52:20000
--nnodes
2
--node-rank
0
--disable-cuda-graph
--mem-frac
0.75
GLOO_SOCKET_IFNAME
=
eth0 python3
-m
sglang.launch_server
--model-path
meta-llama/Meta-Llama-3.1-405B-Instruct
--tp
16
--nccl-init-addr
172.16.4.52:20000
--nnodes
2
--node-rank
0
--disable-cuda-graph
--mem-frac
0.75
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment