To the extent that the present LLM movement reaches a steady state conclusion it’s highly likely to be open source models on your own hardware that are “good enough” for 95% of use cases. That blows up the whole “industrial complex” being developed around massive data centers, proprietary models, and everything that goes with that. Complete implosion. Apple has sat on the sidelines for much of this as it seems clear…
I assume you mean open weight models? I wish we had better open source models. It would make LLMs far less icky if we had nice clean open trained models. A breakthrough on the cost of training would be nice.
iPhone 17 Pro Demonstrated Running a 400B LLM
311–320 of 362 posts
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#312Earlier quoted context omitted.
One expert is 17B, but more than one expert can be active at any time. I believe it’s actually more like 80B active.
I don't think this is correct, "active parameters" is quite unambiguous in that it means a sum of all active experts plus shared parameters.
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#313To the extent that the present LLM movement reaches a steady state conclusion it’s highly likely to be open source models on your own hardware that are “good enough” for 95% of use cases. That blows up the whole “industrial complex” being developed around massive data centers, proprietary models, and everything that goes with that. Complete implosion. Apple has sat on the sidelines for much of this as it seems clear…
Still need massive amounts of compute for training. Nobody is going to be training 400B models on a phone any time soon.
We’re seeing a massive slowing in the value of all that additional training. Folks don’t like to talk about that, but absent a completely new break-thru the current math of LLMs has largely run its course.
We simply don’t need massive training forever and ever. We’re getting to the point that “good enough” models will solve most use cases. The demonstrated business value is also still broadly missing for AI on the level required to keep funding all this training for much longer.
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#314This is less about “running a 400B model on a phone” and more about clever engineering around constraints. What’s actually happening is: in mixture-of-experts only a small subset of weights is active per token Aggressive quantization Streaming weights from storage instead of loading everything into RAM So the effective working set is much smaller than 400B. That said, the trade-offs are obvious: very low token throug…
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#315This is less about “running a 400B model on a phone” and more about clever engineering around constraints. What’s actually happening is: in mixture-of-experts only a small subset of weights is active per token Aggressive quantization Streaming weights from storage instead of loading everything into RAM So the effective working set is much smaller than 400B. That said, the trade-offs are obvious: very low token throug…
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#316Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#317To the extent that the present LLM movement reaches a steady state conclusion it’s highly likely to be open source models on your own hardware that are “good enough” for 95% of use cases. That blows up the whole “industrial complex” being developed around massive data centers, proprietary models, and everything that goes with that. Complete implosion. Apple has sat on the sidelines for much of this as it seems clear…
I think local will always have a place, but the infrastructure is going to be used in my humble opinion.
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#318To the extent that the present LLM movement reaches a steady state conclusion it’s highly likely to be open source models on your own hardware that are “good enough” for 95% of use cases. That blows up the whole “industrial complex” being developed around massive data centers, proprietary models, and everything that goes with that. Complete implosion. Apple has sat on the sidelines for much of this as it seems clear…
Even if it runs, this will run slowly, and heat up. I think local will always have a place, but the infrastructure is going to be used in my humble opinion.
Re: iPhone 17 Pro Demonstrated Running a 400B LLM
#319Earlier quoted context omitted.
I don't think this is correct, "active parameters" is quite unambiguous in that it means a sum of all active experts plus shared parameters.
looks like they meant “effective dense size” which is the square root of total params×active params, so in this case sqrt(397 x 17) = ~82