pmolchanov commited on
Commit
057e7ea
·
verified ·
1 Parent(s): d7c0aed

Update app.py

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