danielhanchen commited on
Commit
ff17786
·
verified ·
1 Parent(s): 5e67fa8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -169,7 +169,7 @@ print("content:", content)
169
  For deployment, you can use `sglang>=0.4.6.post1` or `vllm>=0.8.5` or to create an OpenAI-compatible API endpoint:
170
  - SGLang:
171
  ```shell
172
- python -m sglang.launch_server --model-path Qwen/Qwen3-235B-A22B-Thinking-2507 --tp 8 --context-length 262144 --reasoning-parser qwen3
173
  ```
174
  - vLLM:
175
  ```shell
 
169
  For deployment, you can use `sglang>=0.4.6.post1` or `vllm>=0.8.5` or to create an OpenAI-compatible API endpoint:
170
  - SGLang:
171
  ```shell
172
+ python -m sglang.launch_server --model-path Qwen/Qwen3-235B-A22B-Thinking-2507 --tp 8 --context-length 262144 --reasoning-parser deepseek-r1
173
  ```
174
  - vLLM:
175
  ```shell