You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show_gui_msgbox("No Backends Available!","KoboldCPP couldn't locate any backends to use (i.e Default, OpenBLAS, CLBlast, CuBLAS).\n\nTo use the program, please run the 'make' command from the directory.")
# Bind the backend count label with the tooltip function
1373
1377
nl='\n'
1374
-
num_backends_built.bind("<Enter>", lambdaevent: show_tooltip(event, f"Number of backends you have built and available."+ (f"\n\nMissing Backends: \n\n{nl.join(antirunopts)}"iflen(runopts) !=7else"")))
1378
+
num_backends_built.bind("<Enter>", lambdaevent: show_tooltip(event, f"Number of backends you have built and available."+ (f"\n\nMissing Backends: \n\n{nl.join(antirunopts)}"iflen(runopts) !=4else"")))
1375
1379
num_backends_built.bind("<Leave>", hide_tooltip)
1376
1380
1377
1381
# # Vars - should be in scope to be used by multiple widgets
0 commit comments