Claude 075b5fa18e fix(runtime): 去掉--reasoning-parser qwen3——基础镜像不识别
竞赛平台日志:
  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动态注册,不受影响。
2026-08-11 10:14:55 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-11 01:22:31 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%