[modules/nvidiagpu] Added docstring
This commit is contained in:
parent
06c85b4dc4
commit
37f3a11f68
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
"""Displays GPU name, temperature and memory usage.
|
||||||
|
|
||||||
|
Requires nvidia-smi
|
||||||
|
"""
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import bumblebee.input
|
import bumblebee.input
|
||||||
import bumblebee.output
|
import bumblebee.output
|
||||||
|
|
Loading…
Reference in a new issue