Update convert_hf_to_gguf.py
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
9758c5a92b
commit
40d169874d
1 changed files with 1 additions and 1 deletions
|
@ -3602,7 +3602,7 @@ def parse_args() -> argparse.Namespace:
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--z", action="store_true",
|
"--z", action="store_true",
|
||||||
help="Keep output and ambed tensors at F16"
|
help="Keep output and embed tensors at F16"
|
||||||
)
|
)
|
||||||
|
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue