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

Drop python 3.8 #3

Closed
wants to merge 23 commits into from
Closed

Drop python 3.8 #3

wants to merge 23 commits into from

Conversation

russellb
Copy link
Owner

@russellb russellb commented Nov 6, 2024

No description provided.

russellb and others added 23 commits November 5, 2024 13:32
Pytorch 3.5 dropped support for Python 3.8, so it's time we do the
same.

Signed-off-by: Russell Bryant <[email protected]>
Previously we had a custom implementation of this to support Python
3.8 since this method was added in Python 3.9. Now that we have
dropped 3.8, we can use the built-in method for this.

Signed-off-by: Russell Bryant <[email protected]>
…-project#6143)

Signed-off-by: yuwenzho <[email protected]>
Signed-off-by: Chendi.Xue <[email protected]>
Signed-off-by: Bob Zhu <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: Konrad Zawora <[email protected]>
Co-authored-by: Kunshang Ji <[email protected]>
Co-authored-by: Sanju C Sudhakaran <[email protected]>
Co-authored-by: Michal Adamczyk <[email protected]>
Co-authored-by: Marceli Fylcek <[email protected]>
Co-authored-by: Himangshu Lahkar <[email protected]>
Co-authored-by: Vivek Goel <[email protected]>
Co-authored-by: yuwenzho <[email protected]>
Co-authored-by: Dominika Olszewska <[email protected]>
Co-authored-by: barak goldberg <[email protected]>
Co-authored-by: Michal Szutenberg <[email protected]>
Co-authored-by: Jan Kaniecki <[email protected]>
Co-authored-by: Agata Dobrzyniewicz <[email protected]>
Co-authored-by: Krzysztof Wisniewski <[email protected]>
Co-authored-by: Dudi Lester <[email protected]>
Co-authored-by: Ilia Taraban <[email protected]>
Co-authored-by: Chendi.Xue <[email protected]>
Co-authored-by: Michał Kuligowski <[email protected]>
Co-authored-by: Jakub Maksymczuk <[email protected]>
Co-authored-by: Tomasz Zielinski <[email protected]>
Co-authored-by: Sun Choi <[email protected]>
Co-authored-by: Iryna Boiko <[email protected]>
Co-authored-by: Bob Zhu <[email protected]>
Co-authored-by: hlin99 <[email protected]>
Co-authored-by: Zehao Huang <[email protected]>
Co-authored-by: Andrzej Kotłowski <[email protected]>
Co-authored-by: Yan Tomsinsky <[email protected]>
Co-authored-by: Nir David <[email protected]>
Co-authored-by: Yu-Zhou <[email protected]>
Co-authored-by: Ruheena Suhani Shaik <[email protected]>
Co-authored-by: Karol Damaszke <[email protected]>
Co-authored-by: Marcin Swiniarski <[email protected]>
Co-authored-by: Woosuk Kwon <[email protected]>
Co-authored-by: Jacek Czaja <[email protected]>
Co-authored-by: Jacek Czaja <[email protected]>
Co-authored-by: Yuan <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
Copy link

github-actions bot commented Nov 6, 2024

👋 Hi! Thank you for contributing to the vLLM project.
Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

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 do one of these:

  • Add ready label to the PR
  • Enable auto-merge.

🚀

@mergify mergify bot added documentation Improvements or additions to documentation ci/build frontend labels Nov 6, 2024
@russellb russellb closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build documentation Improvements or additions to documentation frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.