bust a cache

This commit is contained in:
2026-07-06 18:39:03 +00:00
parent ad838fe093
commit cfbfb6a1eb
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=4 && \
rm -rf /tmp/lmcache && export CACHE_BUSTER=5 && \
pip uninstall -y cupy-cuda12x || true
@@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y git \
#COPY glm_5.1_chat_template.jinja /opt/chat_template.jinja
# GLM 5.1 LMCache config
COPY lmcache-config-glm-51.yaml /opt/lmcache-config-glm-51.yaml
COPY lmcache-config-glm-52.yaml /opt/lmcache-config-glm-52.yaml
# DEEPSEEK v4 LMCache config
#COPY lmcache-config-dsv4.yaml /opt/lmcache-config-dsv4.yaml