You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case to benchmark some models using multiple GPUs. But GPUs are sometimes connected in different ways. So i'm running benchmarks in potentially different environments. The problem is, I want to dynamically request few GPUs (2 or 4), but specific ids. Let's say I want first 4 (or by specifying UUID), instead of getting random. I'm pretty sure it is not implemented, and it would be hard to have that. I see many corner cases:
I'm requesting 1st, 2nd, 3rd and 4th GPU. My pod is running on normal prioriry. Then I need to wait until all these specific GPUs are free.
I'm requesting 1st, 2nd, 3rd and 4th GPU. My pod is running on high priority. Then all other Pods with these specific GPUs are dispossessed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a case to benchmark some models using multiple GPUs. But GPUs are sometimes connected in different ways. So i'm running benchmarks in potentially different environments. The problem is, I want to dynamically request few GPUs (2 or 4), but specific ids. Let's say I want first 4 (or by specifying UUID), instead of getting random. I'm pretty sure it is not implemented, and it would be hard to have that. I see many corner cases:
I see something like this:
Beta Was this translation helpful? Give feedback.
All reactions