-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Upgrade FlashInfer to v0.3.0 #24086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade FlashInfer to v0.3.0 #24086
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -694,7 +694,7 @@ def _read_requirements(filename: str) -> list[str]: | |
| "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.14.post1"], | ||
| "flashinfer": ["flashinfer-python==0.3.0"], | ||
|
||
| # Optional deps for AMD FP4 quantization support | ||
| "petit-kernel": ["petit-kernel"], | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this upgrade to FlashInfer v0.3.0, it's worth investigating if the workarounds for the 'FlashInfer AOT wheel' issue are still necessary. There are
TODOs on lines 18 and 428 in this file related to this. If the issue is resolved in v0.3.0, those sections could be cleaned up as part of this upgrade to simplify the Dockerfile.