From 40d169874d09edfa13f3724872eb65887534d8a4 Mon Sep 17 00:00:00 2001 From: Robert Sinclair <0wwafa@gmail.com> Date: Sun, 28 Jul 2024 02:03:40 +0300 Subject: [PATCH] Update convert_hf_to_gguf.py Co-authored-by: compilade --- convert_hf_to_gguf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index aca660725..060827e98 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -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()