view the rest of the comments
LocalLLaMA
Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.
Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.
As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.
Rules:
Rule 1 - No harassment or personal character attacks of community members. I.E no namecalling, no generalizing entire groups of people that make up our community, no baseless personal insults.
Rule 2 - No comparing artificial intelligence/machine learning models to cryptocurrency. I.E no comparing the usefulness of models to that of NFTs, no comparing the resource usage required to train a model is anything close to maintaining a blockchain/ mining for crypto, no implying its just a fad/bubble that will leave people with nothing of value when it burst.
Rule 3 - No comparing artificial intelligence/machine learning to simple text prediction algorithms. I.E statements such as "llms are basically just simple text predictions like what your phone keyboard autocorrect uses, and they're still using the same algorithms since <over 10 years ago>.
Rule 4 - No implying that models are devoid of purpose or potential for enriching peoples lives.
It looks like they're running LM Studio on an AI Max 395+. I'm confident that you can do the same on Linux. Here's a post on Framework's blog talking about comparable hardware, the Framework Desktop (also 128GB Ryzen AI Max 395+).
https://frame.work/blog/using-a-framework-desktop-for-local-ai
EDIT: Also, getting a bit off the point, I'd guess that something like the Framework Desktop (not necessarily specifically a Framework Desktop, but at least something in a more desktop/server-like mini-ITX form factor) is probably preferable to a laptop-like ROG Flow Z13 if the goal is a pure AI box, because it'll be able to dissipate heat better. It looks like Asus capped the Z13's power usage, I imagine because of the heat (and maybe battery, though I can't imagine running LLM stuff on a Z13 on battery would be very practical):
https://old.reddit.com/r/FlowZ13/comments/1ki68oj/a_bit_disappointed_the_new_z13_2025_performance/
https://frame.work/blog/introducing-the-framework-desktop
EDIT2: Also, I don't think that Windows is a great fit with the hardware, if the aim is a dedicated AI box. Like, the reason you'd want to get an AI Max for generative AI purposes in 2025 is because you want something that isn't insanely expensive that can have a whole lot of memory hooked up to a GPU. People noticed that "unified" systems that have shared GPU and CPU memory is a good way to achieve that. Okay...but if you do that, then what you're paying for is a lot of GPU-accessible memory. But then any other software that you're running on the machine is consuming some of that memory. You probably want to be able to run the thing as stripped-down as possible, and it's gonna be rather more practical to do that with a minimal Linux box than with a Windows 11 machine.
Just ran it on my Framework 13 w/ Ryzen AI 9 HX 370. Its not able to use the NPU at all which is as expected in Linux. :(
Still getting 20 tokens/sec is not bad off the GPU/CPU and 2x what I was seeing on Gemma 3 12b.
I have a Radeon RX 9060 XT 16GB which I may try to plug in and bench too.
This is a nice uplift in performance but its still not utilizing dedicated hardware.
Ryzen AI 9 HX 370 w/ 870M + 64GB gpt-oss-20b:
Ryzen 9 3900x w/ RX 9060 XT 16GB + 128GB gpt-oss-20b
Ryzen AI 9 HX 370 w/ 870M + 64GB gemma-3-12b
Ryzen 9 3900x w/ RX 9060 XT 16GB + 128GB gemma-3-12b
Thanks for the numbers. Btw, I think a NPU can't run large language models in the first place. They're meant for things like blur the background in video conferences, or help with speech recognition or such very specific smaller tasks. They only have some tens or hundreds of megabytes of memory, so a LLM/chatbot won't fit. The main thing that makes LLM inference faster is memory (RAM) bandwith and speed.
I added a few more numbers. I may pull my old MI25 out of mothballs and bench that to.