littlebird13 commited on
Commit
a7fbcb5
·
verified ·
1 Parent(s): 6d8eb56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ See [its documentation](https://docs.sglang.ai/get_started/install.html) for mor
111
 
112
  The following command can be used to create an API endpoint at `http://localhost:30000/v1` with maximum context length 256K tokens using tensor parallel on 4 GPUs.
113
  ```shell
114
- python -m sglang.launch_server --model Qwen/Qwen3-Coder-Next --port 30000 --tp-size 2 --tool-call-parser qwen3_coder```
115
  ```
116
 
117
  > [!Note]
 
111
 
112
  The following command can be used to create an API endpoint at `http://localhost:30000/v1` with maximum context length 256K tokens using tensor parallel on 4 GPUs.
113
  ```shell
114
+ python -m sglang.launch_server --model Qwen/Qwen3-Coder-Next --port 30000 --tp-size 2 --tool-call-parser qwen3_coder
115
  ```
116
 
117
  > [!Note]