from local
This commit is contained in:
parent
e1c696e134
commit
ca29f9f9c4
Binary file not shown.
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user