Rico
commited on
Commit
·
284774c
1
Parent(s):
aacd42c
[UPDATE] update deploy guidance
Browse files- docs/deploy_guidance.md +1 -1
docs/deploy_guidance.md
CHANGED
@@ -139,7 +139,7 @@ python -m sglang.launch_server \
|
|
139 |
--model-path /path/to/step3-fp8 \
|
140 |
--trust-remote-code \
|
141 |
--tool-call-parser step3 \
|
142 |
-
--reasoning-parser step3
|
143 |
--tp 8
|
144 |
```
|
145 |
|
|
|
139 |
--model-path /path/to/step3-fp8 \
|
140 |
--trust-remote-code \
|
141 |
--tool-call-parser step3 \
|
142 |
+
--reasoning-parser step3 \
|
143 |
--tp 8
|
144 |
```
|
145 |
|