Skip to content

Commit 2cc90ff

Browse files
authored
fix: unsupported message typo (#3658)
1 parent 0a008ab commit 2cc90ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/model_training/tools/export_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141
elif args.dtype in ("bfloat16", "bf16"):
4242
torch_dtype = torch.bfloat16
4343
else:
44-
print(f"Unsupported dtpye: {args.dtype}")
44+
print(f"Unsupported dtype: {args.dtype}")
4545
sys.exit(1)
4646

4747
if not args.hf_repo_name and not args.output_folder:

0 commit comments

Comments
 (0)