keep everything .py

This commit is contained in:
2026-04-14 09:51:51 +00:00
parent 043f51322f
commit 3f2708a095
2 changed files with 1 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ COPY kimi_k2_tool_parser.py /usr/local/lib/python3.12/dist-packages/vllm/tool_pa
COPY kimi_k2_reasoning_parser.py /usr/local/lib/python3.12/dist-packages/vllm/reasoning/kimi_k2_reasoning_parser.py
# Patch serving layer: flush reasoning→content on finish_reason=length
COPY serving.py.patch /usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/chat_completion/serving.py
COPY serving.py /usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/chat_completion/serving.py