fix a typo error

This commit is contained in:
mingyang 2020-11-02 19:23:14 +08:00
parent 92628d7229
commit 1f5178eb98

View File

@ -28,7 +28,7 @@ where options can either be "brief" or "detail", and you will get something like
3. To auto set visible gpu in your python code, just use the following python code.
```python
from gpuutil import auto_set
autoset(1)
auto_set(1)
```
the ```auto_set```function is defined as follows: