Earlier quoted context omitted.
You are mistaken. I'm running Qwen 3.7 28B 4bit (MLX) with a 200k context window and everything total is 32GB RSS. Is this the best? No. That's why I said the sweet spot. Getting from 16GB macs to 32GB is perhaps possible. Jumping to 64GB or 128GB as the default is simply unreasonable right now.
I have a similar machine, and briefly poked at running a local LLM, but got discouraged after a couple days. The quality, responsiveness, and impact on the rest of the system didn’t seem worth it to me. What sorts of things are you doing with the local LLM? Anything interactive? Should I take another look?
Apple caught off guard by AI demand for Mac Mini and Mac Studio
241–250 of 638 posts
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#242There is a lot of "AI demand" that isn't just running inference on an LLM whose weights you downloaded. I'm training a model using reinforcement learning with self-play. I can and do use vast.ai when scaling but for experiments it's far faster, and cheaper, to run it locally until the bugs are all figured out. Just provisioning a new instance and copying the relevant checkpoints and things can take 25 minutes. It's z…
Modal significantly improves this. Highly recommend.
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#243There is a lot of "AI demand" that isn't just running inference on an LLM whose weights you downloaded. I'm training a model using reinforcement learning with self-play. I can and do use vast.ai when scaling but for experiments it's far faster, and cheaper, to run it locally until the bugs are all figured out. Just provisioning a new instance and copying the relevant checkpoints and things can take 25 minutes. It's z…
Same, but with vision models. Unfortunately, I might be at my limit locally. I have three models that I'm using to find and identify objects in pictures. The largest dataset and model now takes about 8 hours per epoch on my Mac M4 with 16G memory.
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#244Earlier quoted context omitted.
It's quite shocking to me how many experienced, tech-savvy people, who used to care about cookies and ad tracking - are now willingly sending their business strategies, highly confidential contracts, and intimate personal issues to a cloud provider because "it is only $0.0x per million tokens!".
> It's quite shocking to me how many experienced, tech-savvy people, who used to care about cookies and ad tracking - are now willingly sending their business strategies, highly confidential contracts, and intimate personal issues to a cloud provider because "it is only $0.0x per million tokens!". Because there are more privacy guarantees there, depending on the provider. "But what if they violate their contract!" is…
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#245Earlier quoted context omitted.
You should listen to the podcast Acquired, specifically Nvidia and then Jensen Huang. They basically lucked into AI. Some researcher was using Nvidia gaming cards, and reached out to them about questions on CUDA. That email eventually turned them into a trillion dollar question.
to their credit, there was a lot of work behind "luck". Jensen showed up in person in 2017 in NEURIPS and he and likely a lot of his top brass basically sat down and read the entire conference proceedings/abstracts; there was likely a lot of work behind the scenes to behind the ML research pivot.
[1]: https://www.youtube.com/watch?v=fYuH2Kl_b98 [2]: https://scholar.google.com/citations?view_op=view_citation&h...
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#246Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#247Earlier quoted context omitted.
> Banks, Biglaw, and the Pentagon all do it in the cloud. In _a_ cloud: their own virtual private cloud. They also have enough power to negotiate contracts with strong privacy provisions.
This kind of stuff is available off the shelf at any major cloud provider.
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#248Earlier quoted context omitted.
Maybe a bit of hindsight bias / the outside view here, but I feel like they're completely asleep if they didn't anticipate strong demand for this specific use case.
They were investing in ANE and Metal before everyone in consumer. Hardly asleep. They just underestimated the market size, as pretty much everyone did.
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#249I’m curious to know if these local AI setups are legitimately useful compared to cloud. I’ve struggled a lot to get something useful out of the hardware I have. I realize I’m somewhat limited (16GB RX 9070), but still, it seems really far off from the kind of experience even a basic $20/month subscription gets me. Any tips anyone might have are appreciated! I’d love to be local first and would be willing to buy hardw…
My Mac can do ~200x realtime (1 hour takes 20s or so). I can do several thousand hours per day. Its pretty incredible
Not sure how much that qualifies as AI vs LLM usage, but it seems to work pretty good
Re: Apple caught off guard by AI demand for Mac Mini and Mac Studio
#250There is a lot of "AI demand" that isn't just running inference on an LLM whose weights you downloaded. I'm training a model using reinforcement learning with self-play. I can and do use vast.ai when scaling but for experiments it's far faster, and cheaper, to run it locally until the bugs are all figured out. Just provisioning a new instance and copying the relevant checkpoints and things can take 25 minutes. It's z…
> Just provisioning a new instance and copying the relevant checkpoints and things can take 25 minutes. Modal significantly improves this. Highly recommend.