Temporary patch to reverse PR that fails builds

This commit is contained in:
Eugene Rakhmatulin
2026-02-18 16:20:20 -08:00
parent f09c2c3ac8
commit c60c16e867

View File

@@ -189,6 +189,8 @@ 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
RUN curl -L https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/34758.diff | patch -p1 -R || echo "Cannot revert PR #34758, skipping"
# Final Compilation
RUN --mount=type=cache,id=ccache,target=/root/.ccache \