Configure Multi-Instance GPU (MIG): Quick Reference — Administration (NVIDIA-Certified Professional: AI Operations)

Configure Multi-Instance GPU (MIG) — Quick Reference This quick reference provides essential facts and rules for configuring Multi-Instance GPU (MIG)...

Configure Multi-Instance GPU (MIG) — Quick Reference

This quick reference provides essential facts and rules for configuring Multi-Instance GPU (MIG) on NVIDIA GPUs, a critical skill for the NVIDIA-Certified Professional: AI Operations exam under the Administration domain.

What is MIG?

Key Concepts

Supported Hardware

Enabling MIG

  1. Ensure the GPU driver version supports MIG (typically NVIDIA driver 450 or newer).
  2. Enable MIG mode on the GPU using nvidia-smi:

Enable MIG Mode

Command:

Note: Enabling MIG mode requires a GPU reset or system reboot.

Creating GPU Instances

  1. List available MIG profiles with:

nvidia-smi mig -i GPU_ID -lgip

  1. Create a GPU instance with a selected profile:

nvidia-smi mig -i GPU_ID -cgi PROFILE_ID

  1. Create compute instances within the GPU instance:

nvidia-smi mig -i GPU_ID -cci COMPUTE_PROFILE_ID -gi GPU_INSTANCE_ID

Managing MIG Instances

nvidia-smi mig -i GPU_ID -L

nvidia-smi mig -i GPU_ID -dgi GPU_INSTANCE_ID

Best Practices

Common Commands Summary

References

More in this topic

Related topics:

#NVIDIA #MIG #Multi-Instance GPU #AI Operations #GPU Administration

Ready to test your knowledge?

Put what you've learned into practice with a quick quiz and track your progress.

Test your knowledge →