This commit is contained in:
Eugene Rakhmatulin
2026-01-30 11:20:29 -08:00
parent 7d232a305a
commit 3a68e1ca46

View File

@@ -176,6 +176,7 @@ RUN --mount=type=cache,id=repo-cache,target=/repo-cache \
if [ ! -d "vllm-mxfp4" ]; then \
echo "Cache miss: Cloning vLLM from scratch..." && \
git clone --recursive ${VLLM_REPO} vllm-mxfp4 && \
cd vllm-mxfp4 && \
git checkout ${VLLM_SHA} ; \
else \
echo "Cache hit: Fetching updates..." && \