Skip to content

Commit

Permalink
Add '32-true' for precision values
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishree Thittenamane <[email protected]>
  • Loading branch information
athitten committed Oct 20, 2023
1 parent 202cbcb commit 9a545fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nlp/language_modeling/megatron_ckpt_to_nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_args():
type=str,
required=False,
default='16-mixed',
choices=['16-mixed', 'bf16-mixed'],
choices=['32-true', '16-mixed', 'bf16-mixed'],
help="Precision value for the trainer that matches with precision of the ckpt",
)

Expand Down

0 comments on commit 9a545fb

Please sign in to comment.