-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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#10048) Signed-off-by: youkaichao <[email protected]>
…10047) Signed-off-by: Zifei Tong <[email protected]>
…-project#9931) Signed-off-by: Wallas Santos <[email protected]>
…llm-project#9730) Co-authored-by: LiuXiaoxuanPKU <[email protected]>
…10059) Signed-off-by: youkaichao <[email protected]>
Signed-off-by: DarkLight1337 <[email protected]>
…t#10045) Signed-off-by: Peter Salas <[email protected]>
…Tokenizer (vllm-project#10051) Signed-off-by: Travis Johnson <[email protected]>
Signed-off-by: Alex Rakowski <[email protected]> Signed-off-by: Alex Rakowski <[email protected]>
… type (vllm-project#10054) Signed-off-by: Zifei Tong <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
…ct#10064) Signed-off-by: youkaichao <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Isotr0py <[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: Woosuk Kwon <[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]>
Signed-off-by: DarkLight1337 <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 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:
🚀 |
No description provided.