From 41c0ce2c9aa551375273c2d12d656fa66ff5f3c4 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Mon, 30 Mar 2026 14:25:42 -0700 Subject: [PATCH] Fixed FI PR --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66921b0..75792de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \