diff --git a/Dockerfile b/Dockerfile index ebfcb2a..fc3e235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file diff --git a/lmcache-config-glm-51.yaml b/lmcache-config-glm-52.yaml similarity index 100% rename from lmcache-config-glm-51.yaml rename to lmcache-config-glm-52.yaml