Skip to content

Commit 54a685a

Browse files
committed
Leave default as None (#300)
1 parent 8bc6c83 commit 54a685a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/accelerate/commands/launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def launch_command_parser(subparsers=None):
5656
)
5757
parser.add_argument(
5858
"--mixed_precision",
59-
default="no",
6059
type=str,
6160
choices=["no", "fp16", "bf16"],
6261
help="Whether or not to use mixed precision training. "

0 commit comments

Comments
 (0)