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