redhat-ai-services / ai-accelerator

The AI Accelerator is a template project for setting up Red Hat OpenShift AI using GitOps
28 stars 59 forks source link

Taint updates #51

Closed strangiato closed 1 month ago

strangiato commented 1 month ago

This PR has a few different objectives that are primarily driven by the need to convert the taints from using nvidia-gpu-only to nvidia.com/gpu.

It appears that nvidia.com/gpu is the more common and officially recommended taint for GPU nodes. After speaking with Cory it sounds like he original chose nvidia-gpu-only because of an issue with the auto scaling that was caused by the / in the taint which has since been resolved.

Other updates include:

strangiato commented 1 month ago

This should be merged after #50