Add AcceleratorType:None resources for nodes without GPUs #18523
Labels
core
Issues that should be addressed in Ray Core
core-scheduler
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
size:small
usability
Milestone
(1) The current accelerator auto-detection should add "None" if no GPU is detected. This allows tasks to force placement on CPU-only nodes if needed.
(2) We should document this as a way to resolve the issue of CPU tasks being scheduled onto GPU nodes (along with the workaround of setting num_cpus=0 on those nodes).
More generally, we should consider adding anti-affinity support to the scheduler.
The text was updated successfully, but these errors were encountered: