-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 a way to choose witch GPU to use #10
Labels
enhancement
New feature or request
Comments
OK, will add this feature soon. In the mean time, you can use cpu by using
|
Hi, you can now choose your gpu by
|
Closed
Hi tried this but still had issues:
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm have a PC with 2 GPU, the first is pretty bad and has very little memory and isn't very powerful, but the second one doesn't have that problem.
But when i use EasyOCR, it will always use GPU0 (the first one), and i couldn't find a way to change that
Currently i can't even run easyOCR since my first gpu doesn't have enough memory
RuntimeError: CUDA out of memory. Tried to allocate 736.00 MiB (GPU 0; 2.00 GiB total capacity; 1.04 GiB already allocated; 206.91 MiB free; 1.07 GiB reserved in total by PyTorch)
So would it please be possible to add a way to change witch GPU gets used?
The text was updated successfully, but these errors were encountered: