-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: bump v0.3.6.post3 #2259
chore: bump v0.3.6.post3 #2259
Conversation
@@ -3,9 +3,8 @@ Install the dependency in CI. | |||
""" | |||
|
|||
pip install --upgrade pip | |||
pip install -e "python[all]" | |||
pip install -e "python[all]" --find-links https://flashinfer.ai/whl/cu121/torch2.4/flashinfer/ |
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.
Why not use --extra-index-url
? Because https://github.com/flashinfer-ai/whl is HTML
When I use pip index versions flashinfer --index-url https://flashinfer.ai/whl/cu121/
WARNING: The directory '/root/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
flashinfer (0.0.1+cu121)
Available versions: 0.0.1+cu121
INSTALLED: 0.1.6+cu121torch2.4
LATEST: 0.0.1+cu121
It can't get the right LATEST
Docker v0.3.6.post3 can be overridden, so don't worry about it. |
Locally verified |
Another purpose of this PR is to support a Dockerfile.dev #2060 in the future, where we can specify the flashinfer index as nightly in dev. |
This works well with v0.3.6.post3 |
Will this break AMD? |
It is okay to AMD. |
Motivation
install with one-click, set
flashinfer
in depsModifications
Checklist