ehristoforu commited on
Commit
f83f0ef
1 Parent(s): 94e8e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 1
27
- ENABLE_CPU_OFFLOAD = 1
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