diff --git a/helm_chart/HyperPodHelmChart/charts/gpu-operator/config/default-mig-config.yaml b/helm_chart/HyperPodHelmChart/charts/gpu-operator/config/default-mig-config.yaml index 02be3112..8f4943d7 100644 --- a/helm_chart/HyperPodHelmChart/charts/gpu-operator/config/default-mig-config.yaml +++ b/helm_chart/HyperPodHelmChart/charts/gpu-operator/config/default-mig-config.yaml @@ -339,4 +339,18 @@ mig-configs: mig-enabled: true mig-devices: "1g.24gb": 2 - "2g.48gb": 1 \ No newline at end of file + "2g.48gb": 1 + + all-1g.67gb: + - devices: all + mig-enabled: true + mig-devices: + "1g.67gb": 4 + + mixed-2-1g.34gb-1-2g.67gb-1-3g.135gb: + - devices: all + mig-enabled: true + mig-devices: + "1g.34gb": 2 + "2g.67gb": 1 + "3g.135gb": 1