Skip to content

Commit

Permalink
v1.73008_b3602-2+8+4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexesenex committed Aug 18, 2024
1 parent 6ff2e3e commit 6f07850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.73007"
LcppVersion = "b3599-2+8+4"
KcppVersion = "1.73008"
LcppVersion = "b3602-2+8+4"
CudaSpecifics = "CuCML_ArCML_SMC2_DmmvX32Y1"
ReleaseDate = "2024/08/16"
ReleaseDate = "2024/08/18"
showdebug = True
guimode = False
showsamplerwarning = True
Expand Down Expand Up @@ -3151,7 +3151,7 @@ def pickpremadetemplate():
fnam = askopenfilename(title="Pick Premade ChatCompletions Adapter",filetypes=[("JSON Adapter", "*.json")], initialdir=initialDir)
if fnam:
chatcompletionsadapter_var.set(fnam)
ctk.CTkButton(model_tab, 64, text="Pick Premade", command=pickpremadetemplate).grid(row=13, column=0, padx=322, stick="nw")
ctk.CTkButton(model_tab, 64, text="Pick Premade", command=pickpremadetemplate).grid(row=13, column=0, padx=576, stick="nw")

mmproj_var.trace("w", gui_changed_modelfile)
ctk.CTkButton(model_tab, text = "Run Benchmark", command = guibench ).grid(row=110,column=0, stick="se", padx= 0, pady=2)
Expand Down

0 comments on commit 6f07850

Please sign in to comment.