Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is still possible to run applications on the GPU UUID as well as the MIG UUIDs.

...

Deleting MIG Instances:

Some other helpful commands to do various operations:

You can reset your MIG configuration by resetting the GPU

sudo nvidia-smi --gpu-reset

Info

You will have to enable MIG again if you reset the GPU. (step 3 above)

Alternatively you can delete your compute instances

nvidia-smi mig -dci

Then your GPU instances

nvidia-smi mig -dgi

Info

These two commands will delete all the instances

For more specific control, refer to these docs: NVIDIA Multi-Instance GPU User Guide :: NVIDIA Data Center GPU Driver Documentation

🔖 References

All information is taken from the NVIDIA MIG Documentation

...