Skip to content

Commit 61ca3a0

Browse files
committed
show total of 8 backends
1 parent af8503e commit 61ca3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koboldcpp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ def setup_backend_tooltip(parent):
14551455
# backend count label with the tooltip function
14561456
nl = '\n'
14571457
tooltxt = f"Number of backends you have built and available." + (f"\n\nMissing Backends: \n\n{nl.join(antirunopts)}" if len(runopts) != 6 else "")
1458-
num_backends_built = makelabel(parent, str(len(runopts)) + f"/7", 5, 2,tooltxt)
1458+
num_backends_built = makelabel(parent, str(len(runopts)) + f"/8", 5, 2,tooltxt)
14591459
num_backends_built.grid(row=1, column=1, padx=195, pady=0)
14601460
num_backends_built.configure(text_color="#00ff00")
14611461

0 commit comments

Comments
 (0)