Skip to content

Commit d7b0831

Browse files
committed
Bump flash infer version
1 parent fc67969 commit d7b0831

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.0rc2"],
719719
# Optional deps for AMD FP4 quantization support
720720
"petit-kernel": ["petit-kernel"],
721721
},

0 commit comments

Comments
 (0)