pmolchanov commited on
Commit
ef5266d
·
verified ·
1 Parent(s): 0076a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import torch._dynamo
7
  torch._dynamo.config.suppress_errors = True
8
 
9
  import os
 
 
10
  # os.system("nvidia-smi")
11
  # print("TORCH_CUDA", torch.cuda.is_available())
12
 
 
7
  torch._dynamo.config.suppress_errors = True
8
 
9
  import os
10
+ import pwd
11
+ print(pwd.getpwuid(os.getuid())[0])
12
  # os.system("nvidia-smi")
13
  # print("TORCH_CUDA", torch.cuda.is_available())
14