mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
remove obsolete warning about flash attention on Vulkan (#1634)
This commit is contained in:
parent
f407aa3b8a
commit
bc3e4c1197
1 changed files with 0 additions and 2 deletions
|
@ -6911,8 +6911,6 @@ def kcpp_main_process(launch_args, g_memory=None, gui_launcher=False):
|
||||||
|
|
||||||
if not args.blasthreads or args.blasthreads <= 0:
|
if not args.blasthreads or args.blasthreads <= 0:
|
||||||
args.blasthreads = args.threads
|
args.blasthreads = args.threads
|
||||||
if args.flashattention and (args.usevulkan is not None) and args.gpulayers!=0:
|
|
||||||
print("\nWARNING: FlashAttention is strongly discouraged when using Vulkan GPU offload as it is extremely slow!\n")
|
|
||||||
|
|
||||||
modelname = os.path.abspath(args.model_param)
|
modelname = os.path.abspath(args.model_param)
|
||||||
print(args)
|
print(args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue