Qwen3-32B报错Invalid json output:{“type“: “1“}For troubleshooting, visit
·
vllm版本0.9.1
启动大模型没有添加--reasoning-parser qwen3参数
reasoning-parser 相关功能是在 vLLM 0.9.x 及以后版本中逐步引入的(主要用于推理任务的结构化输出解析)
完整启动命令参考:
vllm serve /[大模型路径]/Qwen3-32B \
--served-model-name Qwen3-32B \
--host 0.0.0.0 \
--port 8001 \
--dtype float16 \
--tensor-parallel-size 1 \
--max-model-len 32768 \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--tool-call-parser hermes
更多推荐
所有评论(0)