Live data from Hacker News

New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

frame.work

31–40 of 117 posts

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#31

I understand their reasoning but it’s still a shame Framework opted for a proprietary motherboard instead of mini-ITX with a socket CPU and GPU. I value repairability over a little bit of extra performance.

Based on the product spec sheet[1] it appears that the Framework Desktop motherboard is mini-ITX, and that the chassis is[2] as well.

It’s fully possible that I’ve missed something, but it doesn’t appear to be proprietary to me.

[1]: https://frame.work/desktop?tab=specs

[2]: https://frame.work/products/desktop-case

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#32

I typed my (masked) email into the input, pressed tab and enter, it redirected me to some cloudflare captcha marketing site. I thought at first it didn't want the masked email, but then it worked when I clicked with my mouse. Apparently there are 3 invisible focus targets in between! Dear people who create websites, these things are important, they should work!

You shouldn't need to tab first, right? Enter on an input field should submit the form unless they go out of their way to break it?

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#33

Here's me wanting to drop thousands on this so I can save a few bucks a day by not having to call cloud llms for simple distillation tasks. Lol.

It’s a fantastic dev box i got the framework desktop and its awesome as a developer desktop

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#34

I understand their reasoning but it’s still a shame Framework opted for a proprietary motherboard instead of mini-ITX with a socket CPU and GPU. I value repairability over a little bit of extra performance.

What do you mean?

The whole point is that these APUs present a pretty unique value proposition (lowish performance GPUs with massive amounts of RAM attached), and framework is afaik the only vendor shipping them on standard mini-ITX boards

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#35
post #7

Im less interested in the memory than the memory bandwidth. The current system with 128GB can load pretty big models, but its meaningless unless you want to wait 40 minutes per prompt. I've had best results with Qwen3.6-35B-A3B, which uses 40GB of memory, but only uses 3 billion parameters per token which helps with throughput. Until memory bandwidth significantly improves I just can't see myself wanting to use all t…

I have an NVIDIA Spark thingy (the ASUS one) and it's the same problem there, though the prefill side is superior to the Ryzen ones. But I actually think 128GB is too little. There are some compelling models that are above what can fit in that at reasonable quants (e.g. DeepSeek V4 Flash) but could if the system was 256GB. If RAM prices weren't so f*cked I think we'd be seeing 256GB and even 512GB unified memory syst…

You can run DeepSeek Flash just fine on 128GB using lower quants. Antirez' DwarfStar supports it really well. The bigger the model, it seems, the less it is affected by high quantization. I know some people are working on quantizing GLM 5.2 so it can fit into 128GB (using additional tricks to select only some experts, etc). There's a lot going on.

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#36
post #7

Im less interested in the memory than the memory bandwidth. The current system with 128GB can load pretty big models, but its meaningless unless you want to wait 40 minutes per prompt. I've had best results with Qwen3.6-35B-A3B, which uses 40GB of memory, but only uses 3 billion parameters per token which helps with throughput. Until memory bandwidth significantly improves I just can't see myself wanting to use all t…

I run Qwen3-Coder-Next-UD-Q4_K_XL and other than the initial wait to initialise context (which takes less than 2 minutes) subsequent prompts return in less than a minute, usually less than 30s.

If your performance is significantly slower then you are probably doing it in CPU - there was some fiddling required to get it to use GPU (I use llama.cpp)

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#37
post #18

Ryzen AI Max Plus Pro 495 How does a CEO read this and not immediately fire their entire marketing team?

AI means it has npu, Max+ is marking the memory channel, PRO is a normal label for chips that have extra security baked in, it has been this way since forever.

I don't see anything wrong with the name.

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#38
post #37
post #18

Ryzen AI Max Plus Pro 495 How does a CEO read this and not immediately fire their entire marketing team?

AI means it has npu, Max+ is marking the memory channel, PRO is a normal label for chips that have extra security baked in, it has been this way since forever. I don't see anything wrong with the name.

You literally answered what is wrong with the name.

Re: New Framework Desktop Option with AMD Ryzen AI Max+ Pro 495 and 192GB Memory

#39
Tl;dr: think hard about what you’d use this much RAM for in a desktop setting and do some research about how people like the 395 for your use case. Not all use cases work well.

Anyone who thinks they are going to serve some 100+ GB LLM locally, remember that memory bandwidth becomes a key limitation for large models. While you might be able to load a model, token generation can be very slow. MoE models like Qwen3.5-122B-A10B work decently fast, but dense models of a decent size are slow and you won’t want to use them.

I’ve got a 395 system, and found that I’m quite happy with Qwen3.6-35B-A3B, generating at around 50 t/s, but the dense 27B model is 20-25 t/s and that’s the lower limit I’m willing to tolerate. So a 70b dense model is just not going to happen. That means you can’t really use that much RAM.

A reasonable use case is to have multiple smaller models loaded- you can have an image generation model loaded along with the text model. Or you can use this computer for development simultaneously with serving LLMs. Those ideas work okay. But trying to load up a single giant model is going to test your patience.

Post reply on HN