-
-
Notifications
You must be signed in to change notification settings - Fork 22.3k
Bump flashinfer version to 0.6.14 #47669
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
Changes from all commits
3bc28e6
519af1a
ca704be
0cf3ba6
5d5f994
b1aac62
df3421c
6b786fc
d3fc933
69489e4
a143ee4
fcef267
6c4116a
f3a85be
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 |
|---|---|---|
|
|
@@ -11,8 +11,11 @@ torchvision==0.26.0 # Required for phi3v processor. See https://github.com/pytor | |
| torchcodec >= 0.14 | ||
| PyNvVideoCodec==2.0.4 | ||
| # FlashInfer should be updated together with the Dockerfile | ||
| flashinfer-python==0.6.13 | ||
| flashinfer-cubin==0.6.13 | ||
| # flashinfer-cubin is not on PyPI since 0.6.14; setup.py excludes it from | ||
| # install_requires so the published wheel does not carry an unresolvable pin | ||
| --extra-index-url https://flashinfer.ai/whl/ | ||
| flashinfer-python==0.6.14 | ||
|
Comment on lines
13
to
+17
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we add the index url for
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done I think this is cleaner overall, still requires excluding it from setup.py
|
||
| flashinfer-cubin==0.6.14 | ||
| apache-tvm-ffi==0.1.9 | ||
| tilelang==0.1.9 | ||
| nvidia-cudnn-frontend>=1.19.1 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.