We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44576d5 commit c8238b6Copy full SHA for c8238b6
blog/2024-12-04-sglang-v0-4.md
@@ -82,9 +82,7 @@ python -m sglang_router.launch_server \
82
2. Router-Only Launch
83
Ideal for multi-node distributed processing:
84
```
85
-python -m sglang_router.launch_server \
86
- --model-path meta-llama/Meta-Llama-3.1-8B-Instruct \
87
- --dp-size 8 python -m sglang_router.launch_router \
+python -m sglang_router.launch_router \
88
--worker-urls http://worker1:8000 http://worker2:8000
89
90
0 commit comments