Update convert_hf_to_gguf.py

Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Brian 2024-07-13 20:43:17 +10:00 committed by brian khuu
parent 60278e4f4d
commit aa4e5892a0

View file

@ -3551,7 +3551,7 @@ def parse_args() -> argparse.Namespace:
) )
parser.add_argument( parser.add_argument(
"--get-outfile", action="store_true", "--get-outfile", action="store_true",
help="get calculated default outfile name" help="print calculated output file name then exit"
) )
return parser.parse_args() return parser.parse_args()