lightning-hpo icon indicating copy to clipboard operation
lightning-hpo copied to clipboard

Add GPU Placement and Sweeps Queuing

Open tchaton opened this issue 1 year ago • 2 comments

🚀 Feature

Motivation

After chatting with possible early adopters like Georgehwp, the Sweep is GPU placement and Queuing from his side as he would like to use it on his own machine or machnes.

GPU Orchestration: As a user with 8 GPUs, I would like to App to place the trials on the available GPUS automatically.

Queuing Mechanism: Assuming all GPUS are used, I would like the Sweeps to wait for GPU to be available before starting.

Pitch

Alternatives

Additional context

tchaton avatar Sep 27 '22 09:09 tchaton

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 24 '22 06:12 stale[bot]

This can be easily achieved using the ray tune, as ray contains control over various resources and ray tune can replace optuna.

tshu-w avatar Feb 02 '23 03:02 tshu-w