Fixed FI PR
This commit is contained in:
@@ -123,7 +123,7 @@ RUN if [ -n "$FLASHINFER_PRS" ]; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# TEMPORARY patch for NVFP4 crash (PR 2913)
|
# 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 \
|
&& if git apply --reverse --check pr2913.diff 2>/dev/null; then \
|
||||||
echo "PR #2913 already applied, skipping."; \
|
echo "PR #2913 already applied, skipping."; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user