Will this be supported in llama.cpp ?

#9
by AliceThirty - opened

Do you guys have any info on this ? I couldn't find anyone currently working on integrating Motif in llama.cpp

Motif Technologies org
edited 4 days ago

Thanks for the interest, @AliceThirty . There's no llama.cpp/GGUF support yet — Motif-3 uses several custom components (Grouped Differential Latent Attention, Grouped PolyNorm, and a modified mHC) that aren't implemented in ggml/llama.cpp, so those ops would need to be added there first. We apologize for this.

@AliceThirty I have taken a crack at trying to get it working inside llama.cpp. If you'd like to test the model the pr is here and ggufs are available here. Tests and feedback would be appreciated

Sign up or log in to comment