Skip to content

Commit

Permalink
fixed typo in launch.py tpu_pod_launcher (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackpert authored and sgugger committed Mar 13, 2023
1 parent 66065a5 commit 8dec01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accelerate/commands/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def tpu_pod_launcher(args):
str(1),
"--mixed_precision",
"no",
"--dynmo_backend",
"--dynamo_backend",
"no",
"--num_processes",
str(args.num_processes),
Expand Down

0 comments on commit 8dec01a

Please sign in to comment.