From 1ee1ca53f649318ce4d190a0c7bc987d63423aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 9 Jan 2024 15:40:37 -0500 Subject: [PATCH] Update docs --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2c6839a1..e3eef2f4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -561,7 +561,8 @@ the operating system and service software ``` mig = { 1g.5gb = 2, 2g.10gb = 1, 3g.20gb = 1 } ``` - This is only functional when the [GPU is supported](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html#supported-gpus). + This is only functional when the [GPU is supported](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html#supported-gpus), + and with x86-64 processors (see [NVIDIA/mig-parted issue #30](https://github.com/NVIDIA/mig-parted/issues/30)). For some cloud providers, it possible to define additional attributes. The following sections present the available attributes per provider.