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