From ca297c190f6a3f1d1fde65895744fd3992a542f7 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:38:38 +0800 Subject: [PATCH] up version --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 7301eb289..29d32ad9b 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -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