How to limit visible GPUs in ray Tuner?

How to limit visible GPUs in ray Tuner?

Do you mean configure a subset of available GPUs on the physical/virtual host for Ray.Tune to use?

Currently, ray does not support virtual cluster. Can you try to limit the max num of trials by TuneConfig(max_concurrent_trials=)?