[Feature] Support Nvidia A100 accelerator_type #21557
Labels
enhancement
Request for new feature and/or capability
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
Milestone
Search before asking
Description
I could not find Nvidia's A100 as an accelerator type in https://github.com/ray-project/ray/blob/master/python/ray/util/accelerators/accelerators.py. I'm curious if this is simply missing or if there's a reason it's not included.
Use case
AWS offers the A100 in the
p4d.24xlarge
instance type. We use that instance type along withp3
(Nvidia V100). I would like to add A100 so code is more uniform.Related issues
I found #12413, but that issues is trying to make use of the A100's MIG (multi-instance gpu) feature. That feature would be cool but will take longer to merge.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: