Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 652 Bytes

File metadata and controls

27 lines (17 loc) · 652 Bytes

mig-mixed

Purpose

This component is designed to enable to enable MIG in mixed mode. The mixed MIG strategy should be utilized when not all GPUs on a node have MIG enabled.

To learn more about MIG, please refer to the official docs

Usage

This component can be added to a base by adding the components section to your overlay kustomization.yaml file:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
  - ../../base

components:
  - ../../components/mig-mixed

Specific Checks and Configurations

TBD