-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Misc] Upload a shell for bare-metal #268
base: main
Are you sure you want to change the base?
Conversation
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.
I see no major blockers. As long as intended functionality is preserved, IMHO this PR is good to go.
(Please fix the comment at the bottom code chunk, though.)
install-vlllm-for-bare-metal.sh
Outdated
# cd /opt/rocm/share/amd_smi \ | ||
# && pip wheel . --wheel-dir=dist \ | ||
# && pip install dist/*.whl \ |
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.
This block of code lacks initial comment.
I guess it is pretty self-explanatory, but to be persistent in style, let's add a small comment there as well.
85811e5
to
1bc82a1
Compare
Upload a shell script to install rocm/vllm for bare-metal