From 7cc456a90ce20efd184eadf7c3ab7f320df0f75a Mon Sep 17 00:00:00 2001 From: Marta Aleszewicz Date: Fri, 20 Mar 2026 16:41:16 -0700 Subject: [PATCH 1/2] Added profiles for B300. --- .../config/default-mig-config.yaml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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..4aaef8d3 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,24 @@ 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 + + all-2g.67gb: + - devices: all + mig-enabled: true + mig-devices: + "2g.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 \ No newline at end of file From 25d5609268447bb35aef21e533e1e8428fc0659b Mon Sep 17 00:00:00 2001 From: Marta Aleszewicz Date: Mon, 23 Mar 2026 12:14:55 -0700 Subject: [PATCH 2/2] Added b300 mig profiles. --- .../charts/gpu-operator/config/default-mig-config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 4aaef8d3..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 @@ -347,16 +347,10 @@ mig-configs: mig-devices: "1g.67gb": 4 - all-2g.67gb: - - devices: all - mig-enabled: true - mig-devices: - "2g.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 \ No newline at end of file + "3g.135gb": 1