Skip to content

Commit

Permalink
Add p5en to list of NVIDIA instances in containerd runtime config (#2050
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mattcjo authored Nov 15, 2024
1 parent 0a48b7e commit ae96e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeadm/internal/containerd/runtime_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (m *instanceTypeMixin) matches(instanceType string) bool {

var (
// TODO: fetch this list dynamically
nvidiaInstances = []string{"p3", "p3dn", "p4d", "p4de", "p5", "p5e", "g4", "g4dn", "g5", "g6", "g6e"}
nvidiaInstances = []string{"p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "g4", "g4dn", "g5", "g6", "g6e"}
NvidiaInstanceTypeMixin = instanceTypeMixin{
instanceFamilies: nvidiaInstances,
apply: applyNvidia,
Expand Down

0 comments on commit ae96e6d

Please sign in to comment.