Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ if not torch.cuda.is_available():
|
|
23 |
|
24 |
MAX_SEED = np.iinfo(np.int32).max
|
25 |
|
26 |
-
USE_TORCH_COMPILE =
|
27 |
-
ENABLE_CPU_OFFLOAD =
|
28 |
|
29 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
30 |
|
|
|
23 |
|
24 |
MAX_SEED = np.iinfo(np.int32).max
|
25 |
|
26 |
+
USE_TORCH_COMPILE = 0
|
27 |
+
ENABLE_CPU_OFFLOAD = 0
|
28 |
|
29 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
30 |
|