Skip to content

Commit 7fa856c

Browse files
committed
Bump flash infer version
Signed-off-by: Bram Wasti <[email protected]>
1 parent fc67969 commit 7fa856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def _read_requirements(filename: str) -> list[str]:
715715
], # Required for audio processing
716716
"video": [], # Kept for backwards compatibility
717717
# FlashInfer should be updated together with the Dockerfile
718-
"flashinfer": ["flashinfer-python==0.3.1"],
718+
"flashinfer": ["flashinfer-python==0.4.0rc4"],
719719
# Optional deps for AMD FP4 quantization support
720720
"petit-kernel": ["petit-kernel"],
721721
},

0 commit comments

Comments
 (0)