From 075b5fa18e631cb45a51c1ea7e2bd29f1338f852 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Aug 2026 10:14:55 +0000 Subject: [PATCH] =?UTF-8?q?fix(runtime):=20=E5=8E=BB=E6=8E=89--reasoning-p?= =?UTF-8?q?arser=20qwen3=E2=80=94=E2=80=94=E5=9F=BA=E7=A1=80=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=B8=8D=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 竞赛平台日志: api_server.py: error: unrecognized arguments: --reasoning-parser qwen3 cli_args.py定义了--reasoning-parser但部署到的vllm路径可能不是 python3 -m vllm运行时实际使用的路径。去掉此参数让服务启动成功。 tool-call-parser qwen3_coder通过patch_vllm_tool_parser.py动态注册,不受影响。 --- computility-run.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/computility-run.yaml b/computility-run.yaml index 491b3d11..3d2b57cb 100644 --- a/computility-run.yaml +++ b/computility-run.yaml @@ -25,8 +25,6 @@ command: - --enable-auto-tool-choice - --tool-call-parser - qwen3_coder - - --reasoning-parser - - qwen3 - --enable-prefix-caching - --max-seq-len-to-capture - '8192'