Update convert_hf_to_gguf.py

Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
Robert Sinclair 2024-07-28 02:03:40 +03:00 committed by GitHub
parent 9758c5a92b
commit 40d169874d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3602,7 +3602,7 @@ def parse_args() -> argparse.Namespace:
)
parser.add_argument(
"--z", action="store_true",
help="Keep output and ambed tensors at F16"
help="Keep output and embed tensors at F16"
)
return parser.parse_args()