Replies: 2 comments 1 reply
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here. need to be able to select the GPU via CUDA_VISIBLE_DEVICES. EDIT: just for clarity, you can go into entry_for_update.py (if that's how you start it) and add:
where the number is the gpu of your choice. However if you update this might get lost and it would be preferable to have this as a config option than hardcoded. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'd like to know how I could go about choosing which gpu to use. When I run the program, it uses my built-in gpu rather than my NVIDIA thanks
Beta Was this translation helpful? Give feedback.
All reactions