-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add compute capability 6.x support #2635
Conversation
This adds the 6.x architectures to the supported list but also presents a warning that capabilities < 7.0 are untested and may have issues.
Failed build based on yapf - updating to suggested format: NVIDIA_SUPPORTED_ARCHS = { "6.0", "6.1", "6.2", "7.0", "7.5", "8.0", "8.6", "8.9", "9.0" }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you delete some of the ROCM cards from the supported list?
Hi @cduk - This PR doesn't touch the ROCM cards. It only adds the Nvidia Pascal (capability 6) cards. Here are the diffs: ... |
what's the status on this? |
Hello - very interested in this PR - as I also am running multiple P40s and would like to use vLLM |
Thanks for the effort. You can keep this branch, but this PR is not necessary. Closed. |
No problem. Thanks @youkaichao Permanent solution would be: #4290 |
UPDATED 23-Apr-2024
This proposal adds a script
pascal.sh
which allows users to add Pascal GPU (e.g. GTX 1060, Tesla P100) to vLLMThe script:
CMakeLists.txt
andDockerfile
filesRun:
Notes:
Build and run example:
Related: #963 #1284
Thank you for the great project!!! 🙏