diff --git a/koboldcpp.py b/koboldcpp.py index 12e1d29021c20f..274aebf2a91f68 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -736,8 +736,8 @@ def string_contains_sequence_substring(inputstr,sequences): defaultport = 5001 KcppVersion = "1.68ZD" LcppVersion = "b3235+23" -CudaSpecifics = "SMC2" -ReleaseDate = "2024/07/01" +CudaSpecifics = "Cu12.2_SMC2_Ar60617075_DmmvX64Y2_MMY2_KQIt2" +ReleaseDate = "2024/07/02" showdebug = True showsamplerwarning = True showmaxctxwarning = True @@ -3757,6 +3757,8 @@ def range_checker(arg: str): print("***\nWelcome to KoboldCpp Frankenstein Fork" + KcppVersion) # just update version manually print("***\nBased on LlamaCpp - Version " + LcppVersion) # just update LlamaCPP version manually print("***\nRelease date: " + ReleaseDate) # just update date manually + print("***\nCuda mode compiled, if any: " + CudaSpecifics) # just update Cuda options used in CMake manually + print("***") # print("Python version: " + sys.version) parser = argparse.ArgumentParser(description='KoboldCpp Server')