1inkusFace commited on
Commit
72f8b83
·
verified ·
1 Parent(s): 0c37f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
21
  torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
22
  torch.backends.cudnn.allow_tf32 = False
23
  torch.backends.cudnn.deterministic = False
24
- torch.backends.cudnn.benchmark = True
25
  torch.set_float32_matmul_precision("highest")
26
 
27
  # --- Model and Tokenizer Configuration ---
 
21
  torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
22
  torch.backends.cudnn.allow_tf32 = False
23
  torch.backends.cudnn.deterministic = False
24
+ torch.backends.cudnn.benchmark = False
25
  torch.set_float32_matmul_precision("highest")
26
 
27
  # --- Model and Tokenizer Configuration ---