From 8fd6466e410109c7b9ac98b5c8bfcc7b8c328480 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Thu, 14 Jul 2022 18:35:42 +0800 Subject: [PATCH] docs: update screenshot for MIG support Signed-off-by: Xuehai Pan --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f2f3ad5..241d2a5 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,13 @@ pip3 install . **NOTE:** If you encounter the *"nvitop: command not found"* error after installation, please check whether you have added the Python console script path (e.g., `"${HOME}/.local/bin"`) to your `PATH` environment variable. Alternatively, you can use `python3 -m nvitop`. +

+ MIG Device Support +
+ MIG Device Support +
+

+ **IMPORTANT:** `pip` will install `nvidia-ml-py>=11.450.51,<=11.495.46` as a dependency for `nvitop`. Please verify whether the `nvidia-ml-py` package is compatible with your NVIDIA driver version. You can check the release history of `nvidia-ml-py` at [nvidia-ml-py's Release History](https://pypi.org/project/nvidia-ml-py/11.495.46/#history), and install the compatible version manually by: ```bash