From b356daf97e6f83da5d4495c8b512c544fe96d8c9 Mon Sep 17 00:00:00 2001 From: Mana <57663038+Manaball123@users.noreply.github.com> Date: Fri, 31 May 2024 08:38:58 +0800 Subject: [PATCH] remove arg for testing --- examples/convert-legacy-llama.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/convert-legacy-llama.py b/examples/convert-legacy-llama.py index 0d49a375e..f50a5a60e 100755 --- a/examples/convert-legacy-llama.py +++ b/examples/convert-legacy-llama.py @@ -1362,7 +1362,6 @@ def main(args_in: list[str] | None = None) -> None: parser.add_argument("--verbose", action="store_true", help="increase output verbosity") parser.add_argument("--metadata", type=Path, help="Specify the path for a metadata file") parser.add_argument("--get-outfile", action="store_true", help="get calculated default outfile name") - args_in = ["R:\\llama\\LLaMA 3\\Meta-Llama-3-8B"] args = parser.parse_args(args_in) if args.verbose: