cpatonn commited on
Commit
41322a5
·
verified ·
1 Parent(s): 4fcd75a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -22,6 +22,7 @@ Qwen3-30B-A3B-Thinking-2507-AWQ-4bit example usage:
22
  vllm serve cpatonn/Qwen3-30B-A3B-Thinking-2507-AWQ-4bit \
23
  --dtype float16 \
24
  --tensor-parallel-size 4 \
 
25
  --enable-auto-tool-choice \
26
  --tool-call-parser hermes
27
  ```
 
22
  vllm serve cpatonn/Qwen3-30B-A3B-Thinking-2507-AWQ-4bit \
23
  --dtype float16 \
24
  --tensor-parallel-size 4 \
25
+ --reasoning-parser qwen3 \
26
  --enable-auto-tool-choice \
27
  --tool-call-parser hermes
28
  ```