Earlier quoted context omitted.
Isn't GPT so complex that it requires hundreds of GB of ram to be used? How's it going to run on iphone?
I'm similarly skeptical, but that said I'm running 30B parameter LLMs on my 32GB M1 Macbook Pro every day now. The trick is quantising them down to 4 (or even 3) bit, it's possible to massively reduce the memory requirements. Have a look at[1] The devs working on llama.cpp have been discussing ways to further reduce the memory requirements by mmapping the large weights files (I thought LLMs mutated the weights as the…
Transformer architecture optimized for Apple Silicon
111–120 of 342 posts
Re: Transformer architecture optimized for Apple Silicon
#112Earlier quoted context omitted.
Wait, so there's a way to make a model as smart as GPT but with less parameters? Isn't that why it's so good?
The rumor I've heard is that GPT4 didn't meaningfully increase the parameter count versus GPT3.5, but instead focused on training and structural improvements.
Re: Transformer architecture optimized for Apple Silicon
#113i'd say within 5 years apple will have optimized apple silicon and their tech, along with language model improvements, such that you will be able to get gpt-4 level performance in the iPhone 19 with inference happening entirely locally. openai is doing great work and is serious competition, but I think many underestimate big tech. once they're properly motivated they'll catch up quick. I think we can agree that opena…
Re: Transformer architecture optimized for Apple Silicon
#114Earlier quoted context omitted.
I really think you have hit the nail on the head here. Apple has a ridiculous, almost unfathomably deep moat for training and running personalised, customised LLMs and other AI models on the 'edge' with these Apple Silicon chips in all their devices. We must be talking orders of magnitude differences in operational cost, not to mention completely unique features like privacy. The very definition of disruption, waitin…
> Apple has a ridiculous, almost unfathomably deep moat for training and running personalised, customised LLMs and other AI models on the 'edge' with these Apple Silicon chips in all their devices. Do they? I can completely fathom, given my own anecdotal experiences, how garbage Siri quality is today. I haven't built anything against Siri APIs, but I've used Siri and various integrations and every single time I give…
> Do they? I can completely fathom, given my own anecdotal experiences, how garbage Siri quality is today.
Siri is a dead end. When Jobs bought Siri (what, 10 years ago?) he explicitly junked almost all the AI back end, mainly buying the speech recognition engine. I didn't understand why and still don't (but strangely he didn't ask me :-).
John Giannandrea has run Apple's AI effort for the past five or six years. He is the reason Google has a big AI effort (he consolidated a bunch of AI projects and bought Deep Mind, etc) before he decamped for Apple. For all I know the Siri team isn't even part of his remit.
You can never look into Apple (even if you work there) so one can only speculate based on what visible signs appear. But Siri isn't one of them.
Re: Transformer architecture optimized for Apple Silicon
#115Earlier quoted context omitted.
Apple M series chips are already some of the best chips for running your own models locally, especially if you want a laptop or small form factor machine instead of a big gaming desktop with a big GPU. Apple is really getting a niche here for machines to run models locally. That’s pretty powerful.
I would not say they are the best chips if you want to run locally. They are ok although a bit slow compared to desktop gpus for inference.
Re: Transformer architecture optimized for Apple Silicon
#116Re: Transformer architecture optimized for Apple Silicon
#117Earlier quoted context omitted.
I really think you have hit the nail on the head here. Apple has a ridiculous, almost unfathomably deep moat for training and running personalised, customised LLMs and other AI models on the 'edge' with these Apple Silicon chips in all their devices. We must be talking orders of magnitude differences in operational cost, not to mention completely unique features like privacy. The very definition of disruption, waitin…
> Apple has a ridiculous, almost unfathomably deep moat for training and running personalised, customised LLMs and other AI models on the 'edge' with these Apple Silicon chips in all their devices. Do they? I can completely fathom, given my own anecdotal experiences, how garbage Siri quality is today. I haven't built anything against Siri APIs, but I've used Siri and various integrations and every single time I give…
Re: Transformer architecture optimized for Apple Silicon
#118Maybe apple will have a bigger effect on ai adoption than any other company. Local inference is huge for anything that requires even a little bit of privacy.
Re: Transformer architecture optimized for Apple Silicon
#119Earlier quoted context omitted.
Apple will never have their tech run locally for AI anymore than they allow Siri to search the internet offline or while driving
How would anyone search the internet offline?
Re: Transformer architecture optimized for Apple Silicon
#120i'd say within 5 years apple will have optimized apple silicon and their tech, along with language model improvements, such that you will be able to get gpt-4 level performance in the iPhone 19 with inference happening entirely locally. openai is doing great work and is serious competition, but I think many underestimate big tech. once they're properly motivated they'll catch up quick. I think we can agree that opena…
Isn't GPT so complex that it requires hundreds of GB of ram to be used? How's it going to run on iphone?