WillNilges / clobber

A service for determining if GPUs are in use
2 stars 1 forks source link

Queuing system #9

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

Clobber already knows who is using a GPU... why not let people queue up jobs using it!?

clobber --queue "<your command here> --gpus <list of gpus>" will tell clobber to store your command, then launch it as you when enough GPUs are free. That way, you can just queue it up and walk away, and you won't have to check back, or slack anybody to see if you can run something.

WillNilges commented 1 year ago

Could force them to containerize their shit.