Skip to content

Commit

Permalink
Leave default as None (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Mar 31, 2022
1 parent 8bc6c83 commit 54a685a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/accelerate/commands/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def launch_command_parser(subparsers=None):
)
parser.add_argument(
"--mixed_precision",
default="no",
type=str,
choices=["no", "fp16", "bf16"],
help="Whether or not to use mixed precision training. "
Expand Down

0 comments on commit 54a685a

Please sign in to comment.