up version
This commit is contained in:
parent
c1b75f38d0
commit
ca297c190f
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ def main(args):
|
|||
RunServerMultiThreaded(args.host, args.port, embedded_kailite)
|
||||
|
||||
if __name__ == '__main__':
|
||||
print("Welcome to KoboldCpp - Version 1.5") # just update version manually
|
||||
print("Welcome to KoboldCpp - Version 1.6") # just update version manually
|
||||
parser = argparse.ArgumentParser(description='Kobold llama.cpp server')
|
||||
parser.add_argument("model_file", help="Model file to load", nargs="?")
|
||||
portgroup = parser.add_mutually_exclusive_group() #we want to be backwards compatible with the unnamed positional args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue