Claude ba0f67e79e fix(runtime): launch_server.py强制覆盖所有vllm路径后启动
根因: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 *启动
2026-08-11 10:27:51 +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%