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
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ else
395
395
ifndef LLAMA_HIPBLAS
396
396
ifndef LLAMA_VULKAN
397
397
ifndef LLAMA_METAL
398
-
NOTIFY_MSG = @echo -e '\nYou did a basic CPU build. For faster speeds, install and link a BLAS library. \nSet LLAMA_VULKAN=1 to compile with Vulkan support. This is just a reminder, not an error.'
398
+
NOTIFY_MSG = @echo -e '\n***\nYou did a basic CPU build. For faster speeds, consider installing and linking a GPU BLAS library. For example, set LLAMA_VULKAN=1 to compile with Vulkan support. Read the KoboldCpp Wiki for more information. This is just a reminder, not an error.\n***\n'
ermsg="Reason: "+str(ex) +"\nFile selection GUI unsupported.\ncustomtkinter python module required!\n\nPlease check command line options with --help"
4347
+
ermsg="Reason: "+str(ex) +"\nFile selection GUI unsupported.\ncustomtkinter python module required!\n\nYou must use the command line instead, e.g. python ./koboldcpp.py --help"
4348
4348
show_gui_msgbox("Warning, GUI failed to start",ermsg)
4349
4349
ifargs.skiplauncher:
4350
4350
print("Note: In order to use --skiplauncher, you need to specify a model with --model")
0 commit comments