fix deepseeks bullshit parser

This commit is contained in:
2026-04-25 02:27:30 +00:00
parent 7a27871402
commit 01c1ab46db

View File

@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y git \
# Copy over deepseek tool call parser with MTP fixes
#COPY deepseekv32_tool_parser.py /usr/local/lib/python3.12/dist-packages/vllm/tool_parsers/deepseekv32_tool_parser.py
COPY deepseekv4_tool_parser.py /usr/local/lib/python3.12/dist-packages/vllm/tool_parsers/deepseekv4_tool_parser.py
# Copy over minimax tool call parser with kwargs fixes
#COPY minimax_tool_parser.py /usr/local/lib/python3.12/dist-packages/vllm/tool_parsers/minimax_tool_parser.py