1inkusFace commited on
Commit
120744d
·
verified ·
1 Parent(s): a10e8fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
19
  torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
20
  torch.backends.cudnn.allow_tf32 = False
21
  torch.backends.cudnn.deterministic = False
22
- torch.backends.cudnn.benchmark = True
23
  torch.backends.cuda.preferred_blas_library="cublas"
24
  torch.backends.cuda.preferred_linalg_library="cusolver"
25
  torch.set_float32_matmul_precision("highest")
 
19
  torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
20
  torch.backends.cudnn.allow_tf32 = False
21
  torch.backends.cudnn.deterministic = False
22
+ torch.backends.cudnn.benchmark = False
23
  torch.backends.cuda.preferred_blas_library="cublas"
24
  torch.backends.cuda.preferred_linalg_library="cusolver"
25
  torch.set_float32_matmul_precision("highest")