Reverting another breaking vLLM PR, fixes #60

This commit is contained in:
Eugene Rakhmatulin
2026-02-23 09:51:45 -08:00
parent 4c8f90395b
commit 3c27d521bb

View File

@@ -189,8 +189,9 @@ RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
# else \
# patch -p1 < fastsafetensors.patch; \
# fi
# TEMPORARY PATCH for broken vLLM build (unguarded Hopper code) - reverting PR #34758
# TEMPORARY PATCH for broken vLLM build (unguarded Hopper code) - reverting PR #34758 and #34302
RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/34758.diff | patch -p1 -R || echo "Cannot revert PR #34758, skipping"
RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/34302.diff | patch -p1 -R || echo "Cannot revert PR #34302, skipping"
# Final Compilation
RUN --mount=type=cache,id=ccache,target=/root/.ccache \