-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Don't build punica kernels by default #2605
Conversation
we should make sure CI builds it! let's set the env var there? |
Yes, I'm running the CI now, will see what fails and then fix it :) Also we need to make sure the final wheel is built with LoRA, do you know where that's built? |
|
Final wheels is here https://github.com/vllm-project/vllm/blob/main/.github/workflows/publish.yml |
@simon-mo Let me know what you think, I believe I put the environment variables at the right places (let's see if the tests agree) :) |
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.
LGTM
The punica kernels take quite a while to build and most developers won't need them, so it will be better to not build them by default.
Maybe in the future the build can be optimized and then we can bring them back. E.g. if we had good incremental compilation that would probably solve the problem.
Fixes #2604