|
|
|
|
|
by viraptor
731 days ago
|
|
They're designed for fast math and python similarity in general. Llama.cpp on the other hand is designed for LLM as we use it right now. But Mojo is general purpose enough to support many other "fast Python" use cases and if we completely change the architecture of LLMs, it's still going to be great for them. It's more of a generic system with attention on performance of specific application rather than a system designed to cater to current LLMs. |
|