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
Behavior of mainline llama.cpp `-fa` changed and now *requires* an
argument of `on` or `1` it seems to enable flash attenion explicitly.
This diverges from ik_llama.cpp behavior which omitting it is disabled,
however on mainline that means `auto` which means "probably enabled" I
believe.
Details here: ggml-org#15434
This patch just changes all `s/flash_attn/flash_attn_type/g`.
0 commit comments