Skip to content

Commit

Permalink
include gpu family in name
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 3, 2024
1 parent a0775f6 commit 679d9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/kubeai/values-nvidia-k8s-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resourceProfiles:
nodeSelector:
nvidia.com/gpu.family: "ampere"
nvidia.com/gpu.memory: "40960"
nvidia-gpu-8gb:
nvidia-gpu-rtx4070-8gb:
nodeSelector:
nvidia.com/gpu.family: "ampere"
nvidia.com/gpu.memory: "8188"
2 changes: 1 addition & 1 deletion charts/kubeai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ resourceProfiles:
operator: "Equal"
value: "present"
effect: "NoSchedule"
nvidia-gpu-8gb:
nvidia-gpu-rtx4070-8gb:
imageName: "nvidia-gpu"
limits:
nvidia.com/gpu: "1"
Expand Down

0 comments on commit 679d9e2

Please sign in to comment.