ford442 commited on
Commit
633e0f2
·
verified ·
1 Parent(s): 8dd5bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ import cyper
55
  from image_gen_aux import UpscaleWithModel
56
  import torch
57
  import torch._dynamo
58
- #torch._dynamo.list_backends()
59
 
60
  torch.backends.cuda.matmul.allow_tf32 = False
61
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
 
55
  from image_gen_aux import UpscaleWithModel
56
  import torch
57
  import torch._dynamo
58
+ torch._dynamo.list_backends()
59
 
60
  torch.backends.cuda.matmul.allow_tf32 = False
61
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False