remove arg for testing

This commit is contained in:
Mana 2024-05-31 08:38:58 +08:00
parent 02c15840bf
commit b356daf97e

View file

@ -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: