My linux 2 GPU setup, defaults to gpu0 for connecting to monitor.
When Omnigen ran, it defaults to gpu0, which causes an OutOfMemory (yes, as all other stuff also is in gpu)
I have not found way to force omnigen to gpu1, except for hacking the code (thanks to AI)
My linux 2 GPU setup, defaults to gpu0 for connecting to monitor.
When Omnigen ran, it defaults to gpu0, which causes an OutOfMemory (yes, as all other stuff also is in gpu) I have not found way to force omnigen to gpu1, except for hacking the code (thanks to AI)
I have edited pipeline.py
changed into self.device = torch.device("cuda:1")
Would be nice if this could be parameterized.