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
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Hey just a minor issue if at all. I noticed that in RayPlugin there exists an argument "num_cpus_per_worker" but in get_tune_ddp_resources it is called "cpus_per_worker". I can imagine that this might lead to some confusion since the num_workers and use_gpus are the same in both. I don't know if this is intentional.