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

Cuda is not working on A100 GPU #184

Closed
code-crafter3 opened this issue Jan 14, 2023 · 4 comments
Closed

Cuda is not working on A100 GPU #184

code-crafter3 opened this issue Jan 14, 2023 · 4 comments

Comments

@code-crafter3
Copy link

code-crafter3 commented Jan 14, 2023

I also tried using docker. But it's showing this error.

docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

@Sanster
Copy link
Owner

Sanster commented Jan 15, 2023

This looks like a docker error log, I suggest you try sleep infinity as entry point to start the container and see if it starts successfully

@code-crafter3
Copy link
Author

I tried this but did not work. I also tried using this command "lama-cleaner --model=lama --device=cuda" but it taken 9 minutes to load the model. When i upload the image to test the lama model. So I waited 3 minutes but still working and did not give any response. Device name is "GRID A100d-1-10C MIG 1g.10gb". Is lama-cleaner compatible for this device?

@cesar-avalos3
Copy link

You are actually using a virtual GPU (MIG), a slice of the whole A100. In theory it should work fine, but you are getting 1/7 of the whole card's resources, so it might be a bit slower.

@Sanster
Copy link
Owner

Sanster commented Jan 16, 2023

could not select device driver "" with capabilities: [[gpu]].

I found an issue on the Nvidia-docker GitHub repository, which might be helpful could not select device driver "" with capabilities: [[gpu]]. #1034

@Sanster Sanster closed this as completed Apr 2, 2023
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

No branches or pull requests

3 participants