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
I complied this repositories on my Debian 12 PC,but it was failed.
error:
error: ‘ggml_flash_attn’ was not declared in this scope; did you mean ‘ggml_flash_attn_ext’?
681 | struct ggml_tensor* kqv = ggml_flash_attn(ctx, q, k, v, false); // [N * n_head, n_token, d_head]
| ^~~~~~~~~~~~~~~
| ggml_flash_attn_ext'
parameters:
DGGML_AVX2 off SD_FLASH_ATTN on CXX_FLAGS=-march=ivybridge'
The text was updated successfully, but these errors were encountered:
I complied this repositories on my Debian 12 PC,but it was failed.
error:
parameters:
DGGML_AVX2 off SD_FLASH_ATTN on CXX_FLAGS=-march=ivybridge'
The text was updated successfully, but these errors were encountered: