Skip to content

Commit

Permalink
Add cuda mode display at launch
Browse files Browse the repository at this point in the history
Example of Cudaspecifics
  • Loading branch information
Nexesenex committed Jul 2, 2024
1 parent aa2064a commit 49d48d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,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
Expand Down Expand Up @@ -3767,6 +3767,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')
Expand Down

0 comments on commit 49d48d9

Please sign in to comment.