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
feat(azure/rhel-ai): add GPU guardrails for instance selection
- Add isGPUCapableSize helper matching ND/NC series (NV excluded)
- Shallow-copy ComputeRequestArgs before mutation to avoid caller side-effects
- Default ComputeRequest.GPUs to 1 so filterCPUsAndMemory auto-selects
only GPU-capable instance types when no explicit GPU count is set
- Warn when caller explicitly provides compute sizes that are not
GPU-capable (expected ND/NC series; vllm requires a GPU device)
returnfmt.Errorf("RHEL AI: failed to provision a GPU-capable instance (ND/NC-series required for vllm); verify GPU quota in the target location/subscription: %w", err)
0 commit comments