R1ckShi commited on
Commit
1cf3136
·
verified ·
1 Parent(s): b7a917f
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  import os
 
 
 
15
  import importlib
16
  import sys
17
 
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  import os
15
+
16
+ os.system('nvidia-smi')
17
+
18
  import importlib
19
  import sys
20