-
Notifications
You must be signed in to change notification settings - Fork 977
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 linux-gpu profile to enable GPU support #64
Conversation
Nice! I can't test this myself so pinging @slimslenderslacks and @mchiang0610 to have a look. |
Not working on Ubuntu 22.04
GPU and cuda
|
To use GPU capabilities inside Docker, you need to have the I forgot to add it in the |
I have installed nvidia-container-toolkit, still cannot select.
|
Does this command return the nvidia-smi output sucessfully?
|
Thanks, worked after systemctl restart docker |
From the results of I don't see where the My guess is that if you wait long enough, you will have a result. |
This is probably the solution of this issue: #62.
I added some deploy resources to allow GPU access of service
llm-gpu
. For now, I have created a new profilelinux-gpu
associated withllm-gpu
service as if there is no GPU, the stack can't start.