Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ import cyper
|
|
55 |
from image_gen_aux import UpscaleWithModel
|
56 |
import torch
|
57 |
import torch._dynamo
|
58 |
-
|
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
|