Fix: LMCache default branch is 'dev' not 'main'

This commit is contained in:
2026-04-03 03:34:58 +00:00
parent 9259555802
commit 5c29d2bea7

View File

@@ -94,10 +94,10 @@ RUN cd flashinfer && \
uv build --wheel --no-build-isolation -o /wheels
FROM build-base AS build-lmcache
# Bleeding edge: build from main branch (v0.4.2+)
# Bleeding edge: build from dev branch (v0.4.2+)
RUN git clone https://github.com/LMCache/LMCache.git && \
cd LMCache && \
git checkout main && \
git checkout dev && \
# PyTorch version is dated in LMCache
sed -i '/torch/d' pyproject.toml && \
uv pip install setuptools_scm && \