Skip to content

Commit

Permalink
fix: unsupported message typo (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 authored Aug 18, 2023
1 parent 0a008ab commit 2cc90ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/model_training/tools/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def main():
elif args.dtype in ("bfloat16", "bf16"):
torch_dtype = torch.bfloat16
else:
print(f"Unsupported dtpye: {args.dtype}")
print(f"Unsupported dtype: {args.dtype}")
sys.exit(1)

if not args.hf_repo_name and not args.output_folder:
Expand Down

0 comments on commit 2cc90ff

Please sign in to comment.