Skip to content

Commit bc3e4c1

Browse files
authored
remove obsolete warning about flash attention on Vulkan (#1634)
1 parent f407aa3 commit bc3e4c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

koboldcpp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6911,8 +6911,6 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
69116911

69126912
if not args.blasthreads or args.blasthreads <= 0:
69136913
args.blasthreads = args.threads
6914-
if args.flashattention and (args.usevulkan is not None) and args.gpulayers!=0:
6915-
print("\nWARNING: FlashAttention is strongly discouraged when using Vulkan GPU offload as it is extremely slow!\n")
69166914

69176915
modelname = os.path.abspath(args.model_param)
69186916
print(args)

0 commit comments

Comments
 (0)