Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,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())
|
|
|
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())
|