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 8c2c781 commit c0b3809Copy full SHA for c0b3809
setup.py
@@ -685,7 +685,7 @@ def _read_requirements(filename: str) -> list[str]:
685
"mistral_common[audio]"], # Required for audio processing
686
"video": [], # Kept for backwards compatibility
687
# FlashInfer should be updated together with the Dockerfile
688
- "flashinfer": ["flashinfer-python==0.2.11"],
+ "flashinfer": ["flashinfer-python==0.2.13"],
689
},
690
cmdclass=cmdclass,
691
package_data=package_data,
0 commit comments