Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
30 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|
31 |
torch.backends.cudnn.allow_tf32 = False
|
32 |
torch.backends.cudnn.deterministic = False
|
33 |
-
torch.backends.cudnn.benchmark =
|
34 |
torch.backends.cuda.preferred_blas_library="cublas"
|
35 |
torch.backends.cuda.preferred_linalg_library="cusolver"
|
36 |
|
|
|
30 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|
31 |
torch.backends.cudnn.allow_tf32 = False
|
32 |
torch.backends.cudnn.deterministic = False
|
33 |
+
torch.backends.cudnn.benchmark = True
|
34 |
torch.backends.cuda.preferred_blas_library="cublas"
|
35 |
torch.backends.cuda.preferred_linalg_library="cusolver"
|
36 |
|