Update flashinfer-python==0.2.10 (#22389)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-08-06 21:10:24 -04:00
committed by GitHub
parent 9a3835aaa9
commit e8961e963a
2 changed files with 2 additions and 2 deletions

View File

@@ -665,7 +665,7 @@ setup(
"mistral_common[audio]"], # Required for audio processing
"video": [], # Kept for backwards compatibility
# FlashInfer should be updated together with the Dockerfile
"flashinfer": ["flashinfer-python==0.2.9"],
"flashinfer": ["flashinfer-python==0.2.10"],
},
cmdclass=cmdclass,
package_data=package_data,