fix deepseeks bullshit parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user