-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[CI/Build] Add support for Python 3.13 #13164
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
Conversation
Signed-off-by: mgoin <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
Signed-off-by: mgoin <[email protected]>
I think you'd also need a matching PR on https://github.com/vllm-project/flash-attention/blob/main/CMakeLists.txt#L22 Run locally with |
This pull request has merge conflicts that must be resolved before it can be |
This is required for vllm-project#13164 as this version has wheels for python 3.13 Signed-off-by: Thibault Schueller <[email protected]>
ray already has 3.13 nightly builds, stable wheel coming with next release probably |
This pull request has merge conflicts that must be resolved before it can be |
Can you please update the blocker list? Sound like xgrammar is not longer an issue since we're on 0.1.15 now: #14563 |
bumped into this error when i pip install vllm in a newly created environment. python version 3.13.0
|
Signed-off-by: mgoin <[email protected]>
Updated the list and it seems like ray is still going to be a blocker until 2.45 comes out ray-project/ray#49738 (comment) |
Also numba needs to be 0.62 to work with python 3.13 |
@mgoin ray 2.45 is out :) |
Signed-off-by: mgoin <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]> Signed-off-by: Duncan Moss <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2)
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2)
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2). Co-authored-by: Gaétan Lepage <[email protected]>
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2). Co-authored-by: Gaétan Lepage <[email protected]>
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2). Co-authored-by: Gaétan Lepage <[email protected]>
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2). Co-authored-by: Gaétan Lepage <[email protected]>
Notably adds Python 3.13 support (see vllm-project/vllm#13164) among many other things (https://github.com/vllm-project/vllm/releases/tag/v0.10.2). Co-authored-by: Gaétan Lepage <[email protected]>
FIX #12083
Tested that basic vllm serve works
Dependencies that are blockers for python 3.13 support: