Apple unveils M3, M3 Pro, and M3 Max
921–930 of 1001 posts
Re: Apple unveils M3, M3 Pro, and M3 Max
#922Re: Apple unveils M3, M3 Pro, and M3 Max
#923Earlier quoted context omitted.
I think what Apple is pushing for is computing efficiency. It still gets faster but with much less power. Focusing on performance solely would be the wrong way to evaluate these chips. https://www.tomsguide.com/news/apple-m3-chip
This drives me crazy. Apple plays the market like Nintendo. Pick something that no one cares about, do it better than anyone else, and make a big deal about it. I dream of a world where instead of a marketing company becoming a top 3 tech company, a tech company would have. Wonder what they would have done for their laptop... Or maybe this is just an inevitable outcome of capitalism/human biology where a veblen goods…
I think Apple plays the "niche" very well, not only regarding marketing, but also from a techs view.
Re: Apple unveils M3, M3 Pro, and M3 Max
#924Re: Apple unveils M3, M3 Pro, and M3 Max
#925Re: Apple unveils M3, M3 Pro, and M3 Max
#926Re: Apple unveils M3, M3 Pro, and M3 Max
#927Earlier quoted context omitted.
Sure, that's the title, but at least in this PR they immediately show a graph with a comparison to both. Presumably it makes more marketing sense to compare to the M1 family up front because most people that bought an M2 last year are probably not going to be upgrading to M3. They are speaking to the people most likely to upgrade.
fwiw, i cant remember the last time i saw a company go back more than a generation in their own comparison. Apple is saying here as much as they're not saying here. M2->M3 may not be a compelling upgrade story.
I find it interesting how people respond to this. On one side, it’s marketing so it should be taken critically. OTOH, if they stress the improvements over the last generation, people say they create artificial demand and things about sheeple; if they compare to generations before people say that it’s deceptive and that they lost their edge. It seems that some vocal people are going to complain regardless.
Re: Apple unveils M3, M3 Pro, and M3 Max
#928I feel very disappointed that the laptops lack decent i/o. They spend all this time talking about how advanced the GPU is, but it's a $1,600 laptop that can only power one external display or a 2,000 laptop that can only power two displays? Plus they are nerfing the desktops by only offering the all-in-ones with m2, so you can walk into a store and want to buy any other desktop now you are paying a huge premium for o…
The USB-C can power one 6k or 2 4k monitors.
The HDMI port on M2 Pro and newer can power one 8k.
Re: Apple unveils M3, M3 Pro, and M3 Max
#929Earlier quoted context omitted.
They've been doing more multiples of 6/12 lately, I supposed it's related to the available chip sizes for the LPDDR5X. M2 and M3 go up to 24GB M3 Pro is available in 18GB and 36GB M3 Max is available in 36GB, 48GB, 64GB, 96GB, and 128GB
Why do I need to select the most expensive M3 Max version (the one with 16 cores) to get 48 or 64 gigs of RAM. The M3 Max with 14 cores only allow 36 or 96 gigs. Just let me choose 14 cores and 64 gigs.
What is your usecase, LLMs? Other AI models? Multiple large VMs? It’s always worth it to max the memory. In this case going from 64 to 96.
Re: Apple unveils M3, M3 Pro, and M3 Max
#930Earlier quoted context omitted.
The presentation mentioned dynamic GPU caching: that seems like something transformer models would like.
In addition to what mono said, llama.cpp allocates everything up front with "--mlock" Llama.cpp (and MLC) have to read the all the model weights from RAM for every token. Batching aside, there's no way around that.