-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Docs][ROCm] Detailed instructions to build from source #6680
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, please make sure to run full CI as it is required to merge (or just use auto-merge). To run full CI, you can do one of these:
🚀 |
@pandyamarut I wrote this script to test llama models on a 8xMI300x instance at Runpod. It worked with the ROCm 6.1 PyTorch image at Runpod. |
@simon-mo @WoosukKwon This looks good. |
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.
Thank you @WoosukKwon ! Appreciate it.
…#6680) Signed-off-by: Alvant <alvasian@yandex.ru>
For some environments like Runpod, users can't use docker and have to build vLLM from source. This PR adds the detailed instructions for it, which are extracted from
Dockerfile.rocm
.cc @hongxiayang @mawong-amd