diff --git a/koboldcpp.py b/koboldcpp.py index dd02ba239..0f4d1cea6 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -2588,7 +2588,6 @@ if __name__ == '__main__': parser.add_argument("--quiet", help="Enable quiet mode, which hides generation inputs and outputs in the terminal. Quiet mode is automatically enabled when running --hordeconfig.", action='store_true') parser.add_argument("--ssl", help="Allows all content to be served over SSL instead. A valid UNENCRYPTED SSL cert and key .pem files must be provided", metavar=('[cert_pem]', '[key_pem]'), nargs='+') - # #deprecated hidden args. they do nothing. do not use # parser.add_argument("--psutil_set_threads", action='store_true', help=argparse.SUPPRESS) # parser.add_argument("--stream", action='store_true', help=argparse.SUPPRESS)