update readme

This commit is contained in:
mingyang 2020-11-02 19:50:35 +08:00
parent bb320ac2e7
commit 14cea4a287

View File

@ -43,4 +43,5 @@ def auto_set(num, allow_nonfree=True, ask=True, blacklist=[], show=True):
``` ```
## ps: ## 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.