Iker commited on
Commit
1cb8a41
·
1 Parent(s): 7f820ab

Test params

Browse files
Files changed (1) hide show
  1. translate.py +2 -2
translate.py CHANGED
@@ -71,8 +71,8 @@ def main(
71
 
72
  accelerator = Accelerator(
73
  mixed_precision=precision if precision != "32" else "no",
74
- # split_batches=False,
75
- # dispatch_batches=False,
76
  )
77
 
78
  print(f"Loading tokenizer {model_name}...")
 
71
 
72
  accelerator = Accelerator(
73
  mixed_precision=precision if precision != "32" else "no",
74
+ split_batches=False,
75
+ dispatch_batches=False,
76
  )
77
 
78
  print(f"Loading tokenizer {model_name}...")