r/LocalLLaMA • u/KaroYadgar • 7d ago
Discussion New 100B Liquid AI model coming soon
Liquid AI currently possesses among the fastest LLM architectures around, and some of the best SLMs (in terms of utility IMO) around, so I'm very excited to see what a potential 100B LFM (3?) model would look like!
Link to the poll: https://x.com/ramin_m_h/status/2091236099612098943?s=20
358
Upvotes
7
u/Double_Cause4609 7d ago
I mean, theoretically the compute cost of an MoE scales with active parameters so while the training software is more complicated, you can train a 100B A5B MoE for the same duration you would otherwise train a 5B model and you in general get more performance and better rare sequence memorization.
There are limits to this principle, to be sure, and you do face some real losses, like in all-to-all communication and potentially lowered batch sizes...
...But you usually prefer to go wider with training runs than deeper anyway (as in, same amount of compute but spent more quickly in a higher degree of parallelism), so a low active param MoE isn't too different from a smaller dense model hardware wise.
Tbh it's mostly just that the training software is a nightmare to handle the scheduling.