Skip to content

Commit

Permalink
show total of 8 backends
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Jan 27, 2024
1 parent af8503e commit 61ca3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ def setup_backend_tooltip(parent):
# backend count label with the tooltip function
nl = '\n'
tooltxt = f"Number of backends you have built and available." + (f"\n\nMissing Backends: \n\n{nl.join(antirunopts)}" if len(runopts) != 6 else "")
num_backends_built = makelabel(parent, str(len(runopts)) + f"/7", 5, 2,tooltxt)
num_backends_built = makelabel(parent, str(len(runopts)) + f"/8", 5, 2,tooltxt)
num_backends_built.grid(row=1, column=1, padx=195, pady=0)
num_backends_built.configure(text_color="#00ff00")

Expand Down

0 comments on commit 61ca3a0

Please sign in to comment.