hzhwcmhf commited on
Commit
d117af2
·
verified ·
1 Parent(s): 5844a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,11 +86,11 @@ print("content:", content)
86
  For deployment, you can use `sglang>=0.4.6.post1` or `vllm>=0.8.4` or to create an OpenAI-compatible API endpoint:
87
  - SGLang:
88
  ```shell
89
- python -m sglang.launch_server --model-path Qwen/Qwen3-32B --reasoning-parser qwen3
90
  ```
91
  - vLLM:
92
  ```shell
93
- vllm serve Qwen/Qwen3-32B --enable-reasoning --reasoning-parser deepseek_r1
94
  ```
95
 
96
  For local use, applications such as llama.cpp, Ollama, LMStudio, and MLX-LM have also supported Qwen3.
 
86
  For deployment, you can use `sglang>=0.4.6.post1` or `vllm>=0.8.4` or to create an OpenAI-compatible API endpoint:
87
  - SGLang:
88
  ```shell
89
+ python -m sglang.launch_server --model-path Qwen/Qwen3-8B --reasoning-parser qwen3
90
  ```
91
  - vLLM:
92
  ```shell
93
+ vllm serve Qwen/Qwen3-8B --enable-reasoning --reasoning-parser deepseek_r1
94
  ```
95
 
96
  For local use, applications such as llama.cpp, Ollama, LMStudio, and MLX-LM have also supported Qwen3.