bust a cache
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user