Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|