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