anm2211 commited on
Commit
b5ce0b7
·
verified ·
1 Parent(s): 6f922f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -101,7 +101,10 @@ python patch_vllm_qwen35_embedding.py
101
  Then serve the model:
102
 
103
  ```bash
104
- vllm serve ISTA-DASLab/Qwen3.8-27B-3Bit-GSQ --reasonin-parser qwen3
 
 
 
105
  ```
106
 
107
  > **Important:** If vLLM is reinstalled or the environment is recreated, run
@@ -121,7 +124,11 @@ For text-only deployment, the vision components are not required. The model can
121
  be loaded with the `--language-model-only` option:
122
 
123
  ```bash
124
- vllm serve ISTA-DASLab/Qwen3.8-27B-3Bit-GSQ --reasonin-parser qwen3 --language-model-only
 
 
 
 
125
  ```
126
 
127
  This removes the vision-related components from the loaded model and reduces
 
101
  Then serve the model:
102
 
103
  ```bash
104
+ vllm serve ISTA-DASLab/Qwen3.8-27B-3Bit-GSQ \
105
+ --enable-auto-tool-choice \
106
+ --tool-call-parser qwen3_coder \
107
+ --reasoning-parser qwen3 \
108
  ```
109
 
110
  > **Important:** If vLLM is reinstalled or the environment is recreated, run
 
124
  be loaded with the `--language-model-only` option:
125
 
126
  ```bash
127
+ vllm serve ISTA-DASLab/Qwen3.8-27B-3Bit-GSQ \
128
+ --enable-auto-tool-choice \
129
+ --tool-call-parser qwen3_coder \
130
+ --reasoning-parser qwen3 \
131
+ --language-model-only
132
  ```
133
 
134
  This removes the vision-related components from the loaded model and reduces