from local

This commit is contained in:
dohe0342 2023-04-11 16:28:23 +09:00
parent e1c696e134
commit ca29f9f9c4
2 changed files with 6 additions and 0 deletions

View File

@ -314,6 +314,12 @@ def add_model_arguments(parser: argparse.ArgumentParser):
""",
)
parser.add_argument(
"--prompt",
type=str2bool,
default=False,
)
def get_parser():
parser = argparse.ArgumentParser(