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
I use this chart on a k8s cluster with some GPUs. There are several GPU cards including l40s.
On nodes with l40s the label nvidia.com/gpu.family is equal to ampere and not ada lovelace.
It's an issue since we used this label to select specific GPU families.
With a quick look into the code, the problem seems to be here:
Hi,
I use this chart on a k8s cluster with some GPUs. There are several GPU cards including l40s.
On nodes with l40s the label
nvidia.com/gpu.family
is equal toampere
and notada lovelace
.It's an issue since we used this label to select specific GPU families.
With a quick look into the code, the problem seems to be here:
k8s-device-plugin/internal/lm/resource.go
Lines 283 to 306 in f566a82
The text was updated successfully, but these errors were encountered: