mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
actually for this round, do not include deprecated params. i dont want to have to deal with them (+2 squashed commit)
Squashed commit: [df2691c2] show context limit [7c74f52a] prevent old scripts from crashing
This commit is contained in:
parent
a723466d50
commit
d74eab0e63
3 changed files with 8 additions and 2 deletions
|
@ -1902,4 +1902,10 @@ if __name__ == '__main__':
|
|||
parser.add_argument("--multiuser", help="Runs in multiuser mode, which queues incoming requests instead of blocking them.", action='store_true')
|
||||
parser.add_argument("--foreground", help="Windows only. Sends the terminal to the foreground every time a new prompt is generated. This helps avoid some idle slowdown issues.", action='store_true')
|
||||
|
||||
# #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)
|
||||
# parser.add_argument("--unbantokens", action='store_true', help=argparse.SUPPRESS)
|
||||
# parser.add_argument("--usemirostat", action='store_true', help=argparse.SUPPRESS)
|
||||
|
||||
main(parser.parse_args(),start_server=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue