Upgrade FlashInfer to v0.2.11 (#22613)

Signed-off-by: Po-Han Huang <pohanh@nvidia.com>
Co-authored-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Po-Han Huang (NVIDIA)
2025-08-12 10:58:41 +08:00
committed by GitHub
parent 839ab00349
commit dc5e4a653c
2 changed files with 2 additions and 2 deletions

View File

@@ -684,7 +684,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.10"],
"flashinfer": ["flashinfer-python==0.2.11"],
},
cmdclass=cmdclass,
package_data=package_data,