How to Run This?

#1
by Taylor-eOS - opened

DFM-Mimir is not a standard transformer, it's built on the Hierarchical Reasoning Model (HRM) architecture. That's a fundamentally different architecture from the Llama/Mistral/Qwen family that llama.cpp supports. This isn't a version problem or a quantization problem, llama.cpp has no code path for HRM at all, GGUF conversion or not. That's why it fails at the C++ level with no useful error message.

You must check out and build llama.cpp with this PR I have submitted in order to run it: https://github.com/ggml-org/llama.cpp/pull/27625

Sign up or log in to comment