We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a008ab commit 2cc90ffCopy full SHA for 2cc90ff
1 file changed
model/model_training/tools/export_model.py
@@ -41,7 +41,7 @@ def main():
41
elif args.dtype in ("bfloat16", "bf16"):
42
torch_dtype = torch.bfloat16
43
else:
44
- print(f"Unsupported dtpye: {args.dtype}")
+ print(f"Unsupported dtype: {args.dtype}")
45
sys.exit(1)
46
47
if not args.hf_repo_name and not args.output_folder:
0 commit comments