Spaces:
Running on Zero
Running on Zero
Vicente Alvarez commited on
Commit ·
6889bbf
1
Parent(s): 6cb5ae5
Cache bust v2
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import os
|
|
| 2 |
import subprocess
|
| 3 |
import sys
|
| 4 |
|
|
|
|
| 5 |
# Disable torch.compile / dynamo before any torch import
|
| 6 |
os.environ["TORCH_COMPILE_DISABLE"] = "1"
|
| 7 |
os.environ["TORCHDYNAMO_DISABLE"] = "1"
|
|
|
|
| 2 |
import subprocess
|
| 3 |
import sys
|
| 4 |
|
| 5 |
+
# Cache bust: 2024-05-16-v2
|
| 6 |
# Disable torch.compile / dynamo before any torch import
|
| 7 |
os.environ["TORCH_COMPILE_DISABLE"] = "1"
|
| 8 |
os.environ["TORCHDYNAMO_DISABLE"] = "1"
|