freshen it all up

This commit is contained in:
2026-04-25 07:33:54 +00:00
parent 6de9103325
commit 05cbcf71f4
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y git \
CUDA_HOME=/usr/local/cuda \
TORCH_CUDA_ARCH_LIST="10.0" \
pip install --no-cache-dir --no-build-isolation . && \
rm -rf /tmp/lmcache && export CACHE_BUSTER=1
rm -rf /tmp/lmcache && export CACHE_BUSTER=2
# Copy over nemotron reasonong parser
COPY ./super_v3_reasoning_parser.py /opt/super_v3_reasoning_parser.py

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from deepseekv32_tool_parser import DeepSeekV32ToolParser
from vllm.tool_parsers.deepseekv32_tool_parser import DeepSeekV32ToolParser
class DeepSeekV4ToolParser(DeepSeekV32ToolParser):