We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc67969 commit 7fa856cCopy full SHA for 7fa856c
setup.py
@@ -715,7 +715,7 @@ def _read_requirements(filename: str) -> list[str]:
715
], # Required for audio processing
716
"video": [], # Kept for backwards compatibility
717
# FlashInfer should be updated together with the Dockerfile
718
- "flashinfer": ["flashinfer-python==0.3.1"],
+ "flashinfer": ["flashinfer-python==0.4.0rc4"],
719
# Optional deps for AMD FP4 quantization support
720
"petit-kernel": ["petit-kernel"],
721
},
0 commit comments