Skip to content
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

[Feature]: bind python and c++ through tools other than pybind11 #4694

Closed
youkaichao opened this issue May 8, 2024 · 3 comments
Closed

[Feature]: bind python and c++ through tools other than pybind11 #4694

youkaichao opened this issue May 8, 2024 · 3 comments
Labels

Comments

@youkaichao
Copy link
Member

🚀 The feature, motivation and pitch

As vLLM goes into a fast release schedule (currently one release every two weeks), we will quickly hit the project-wide limit of pypi (around 5GB per project). One solution, as pointed out in pypi/support#3792 (comment) , is to build one wheel for all python versions (Python 3.8+).

I have figured out the procedure pypi/support#3792 (comment) , but pybind11 does not support this Python Limited API protocol.

One possible solution is to replace pybind11 with some other tools, so that the binding procedure can be used with Python Limited API.

Possible solutions:

Alternatives

No response

Additional context

No response

@youkaichao youkaichao added feature request help wanted Extra attention is needed labels May 8, 2024
@youkaichao
Copy link
Member Author

cc @simon-mo

Copy link

This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!

@github-actions github-actions bot added the stale label Oct 27, 2024
@youkaichao
Copy link
Member Author

close as it is completed by #5047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant