-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add CMake build system #17
Conversation
d6db2af
to
1f71567
Compare
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. Just one minor comment in the test file.
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.
Sorry, I missed the python finding code first time.
(marking as draft until I resolve the binary size/arch explosion) |
Closed in favor of #19 |
Added a CMake-based build system to enable building this package from source in the vLLM build. That will allow using PyTorch nightly, which is needed by the
torch.compile
and another project in vLLM.Heavily inspired by the new build system in vLLM.