Iker commited on
Commit
880922b
·
1 Parent(s): 01e13d9

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=True,
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=True,
76
  )
77
 
78
  print(f"Loading tokenizer {model_name}...")