Can't run concurrent jobs on different GPUs #185
davidmcnabnz
started this conversation in
General
Replies: 1 comment
-
Run them as docker containers using Nvidia-Docker, then you can point the whole container at a GPU. I have been very successful with this utilizing an old cryptomine to run 4 instances of Stable-Diffusion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's great to have the
--device
option for specifying particular GPUs to run on. However, if I have one job running on one GPU, and I start another job on a different GPU, it crashes with:Is there any way around this?
Beta Was this translation helpful? Give feedback.
All reactions