Fixed FI PR

This commit is contained in:
Eugene Rakhmatulin
2026-03-30 14:25:42 -07:00
parent 45494688d1
commit 41c0ce2c9a

View File

@@ -123,7 +123,7 @@ RUN if [ -n "$FLASHINFER_PRS" ]; then \
fi
# TEMPORARY patch for NVFP4 crash (PR 2913)
RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/38423.diff -o pr2913.diff \
RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/2913.diff -o pr2913.diff \
&& if git apply --reverse --check pr2913.diff 2>/dev/null; then \
echo "PR #2913 already applied, skipping."; \
else \