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