Commit
Β·
a036145
1
Parent(s):
2b3f5c5
debug
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def check_gpu():
|
|
82 |
print("nvdiffrast initialized successfully")
|
83 |
subprocess.run(
|
84 |
shlex.split(
|
85 |
-
"rm -rf /home/user/.cache/torch_extensions/
|
86 |
)
|
87 |
)
|
88 |
|
|
|
82 |
print("nvdiffrast initialized successfully")
|
83 |
subprocess.run(
|
84 |
shlex.split(
|
85 |
+
"rm -rf /home/user/.cache/torch_extensions/py310_cu121/nvdiffrast_plugin/lock"
|
86 |
)
|
87 |
)
|
88 |
|