ba0f67e79ef7cd2a9470a857df6554904e901628
根因:patch_ops.sh部署到VLLM_ROOT(lib64),但python3 -m vllm走的是 /usr/local/corex/lib/python3/dist-packages/vllm/(未被覆盖的路径) 导致基础镜像原版api_server.py运行,不识别qwen3_coder/reasoning-parser 修复:launch_server.py在import前遍历sys.path所有vllm安装, 用shutil.copy2强制覆盖api_server/cli_args/serving_chat等 然后from vllm.entrypoints.openai.api_server import *启动
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%