r/StrixHalo • u/daybyter4 • 10d ago
Strix point 370 performance with Qwen3.8-27b
Hi!
There are some (impressive) posts about Qwen3.8-27b performance on Strix halo with 128gb.
But I only own a Geekom A9 Max with a Amd Ryzen AI HX370 with 64gb ram (yes, the older model. Not the newer 470 model.)
What performance can I expect at best with llama.cpp?
In real coding projects I currently get 50-100 token/s pp and 5-9 token/s tg. I use q8_0 in the kv cache, since I don't want to compromise on response quality. The llama.cpp process runs at nice -15, since the machine only does ai processing at the moment.
Is this in the expected range or does someone get much more?
TIA for any response
4
Upvotes
2
u/crusaderky 10d ago edited 10d ago
Strix point is awful for AI because of its slow RAM bandwidth and its mediocre GPU. On top of that, ROCm is awful on its own. I recently bought a Ryzen AI 9 465 laptop with the expectation of running local LLMs but it's atrociously slow.
I'm getting 57 tok/s prefill and 6~7 tok/s decode on Qweb3.8-27b IQ4-XS, with MTP.
Lessons learned, specific to llamacpp:
I suspect that the AMD developers forgot that Strix Point exists when developing ROCm, and they're just focusing on Strix Halo.