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

Build CUDA11.8 wheels for release #1596

Merged
merged 11 commits into from
Nov 9, 2023
Merged

Conversation

WoosukKwon
Copy link
Collaborator

Closes #1589

This PR is to build and attach CUDA 11.8 version of vLLM wheels when creating a new release. The CUDA 11.8 wheels will be named like vllm-0.2.2+cu118-cp310-cp310-manylinux1_x86_64.whl, whereas wheels with CUDA 12.1 (which will be uploaded to PyPI) will be named like vllm-0.2.2-cp310-cp310-manylinux1_x86_64.whl.

Example release: https://github.com/WoosukKwon/vllm/releases/tag/v0.2.2

@WoosukKwon WoosukKwon requested a review from zhuohan123 November 8, 2023 22:56
Copy link
Member

@zhuohan123 zhuohan123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the work!

@WoosukKwon WoosukKwon merged commit fd58b73 into vllm-project:main Nov 9, 2023
xjpang pushed a commit to xjpang/vllm that referenced this pull request Nov 13, 2023
hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support both CUDA 11.8 and CUDA 12.1
2 participants