From 14cea4a28703d62c43fa1094fa28060ece185389 Mon Sep 17 00:00:00 2001 From: zmy Date: Mon, 2 Nov 2020 19:50:35 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30855ff..f13d632 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,5 @@ def auto_set(num, allow_nonfree=True, ask=True, blacklist=[], show=True): ``` ## ps: -you can get more detailed via accessing gpuutil.GPUStat class, for more information, just look the code. +1. you can get more detailed gpu info via accessing gpuutil.GPUStat class, for more information, just look the code. +2. Since it use ps command to get detailed process info, it can only be used on linux.