davidrimshnick

Results 4 comments of davidrimshnick

@khanakia did you ever happen to figure this out? Getting same error

Are there instructions on how to install that? Just clone the repo and run setup?

Seems like lines 1778 and 1779 of ggml.c should be changed from ``` const int8x8_t vxlt = vzip1_s8(vxls, vxhs); const int8x8_t vxht = vzip2_s8(vxls, vxhs); ``` to ``` const int8x8_t...