News:

Willkommen im Notebookcheck.com Forum! Hier können Sie über alle unsere Artikel und allgemein über notebookrelevante Dinge diskutieren. Viel Spass!

Main Menu

Post reply

Other options
Verification:
Please leave this box empty:
Shortcuts: ALT+S post or ALT+P preview

Topic summary

Posted by AI per buck
 - Today at 16:11:24
Software:
As for the AI LLM models to use, Qwen3.8-27B is the most capable in its size class[4] and due to its dense architecture, is perfectly suited to be run on GPUs, offloading it to system RAM will slow it down. A dense model like Qwen3.x-27B, has 27B active parameters per token. Qwen3.8-Flash-Next (Qwen4 preview), on the other hand, is a MoE architecture with only 6B active parameters per token (the fewer active parameters per token, the better, as long as the performance remains). So, while the mentioned 4-bit quant is 111 GB, it won't fit into the 24-32 GB VRAM, but because of its only 6B active parameters per token, it's much more suitable to be partially offloaded to system RAM and still run reasonably fast. Even the preview already scores higher on AA than Qwen3.8-27B[4] and: unsloth.ai/docs/models/qwen3.8-next: "You can also offload the PLE / Ngram layer to SSD and use mmap which allows less usage of CPU and GPU VRAM."

More about running AI models locally: notebookchat.com/index.php?topic=315954.0 ("Your own ChatGPT, offline: AI without the cloud on your laptop") and comments.

[1] geizhals.eu/?cat=mainboards&xf=2833_AMD+AM5~2873_ab+2&pagesize=30&promode=true
[2] reddit.com/r/overclocking/comments/1w8x7cu/5090_extreme_undervolt/
[3] huggingface.co/unsloth/Qwen3.8-27B-GGUF/discussions/11
[4] artificialanalysis.ai/?models=qwen3-5-122b-a10b-non-reasoning%2Cqwen3-5-122b-a10b%2Cmimo-v2-5-0424%2Cnemotron-3-5-lightning%2Cqwen3-6-27b-non-reasoning%2Cminimax-m2-7%2Cmuse-glimmer%2Cnvidia-nemotron-3-super-120b-a12b%2Cqwen3-6-35b-a3b-non-reasoning%2Cstep-3-7-flash%2Cinkling-small%2Csolar-open2-250b%2Cqwen3-6-35b-a3b%2Cqwen3-6-27b%2Cqwen3-8-27b%2Cmotif-3%2Chy3%2Cg9v3-39a5b%2Cgemma-4-31b%2Cgemma-4-31b-non-reasoning%2Cmistral-medium-3-5%2Cling-3-0-flash%2Cgpt-oss-120b%2Cdeepseek-v4-flash%2Cqwen3-8-flash-next%2Cglm-5-3-flash%2Cqwen3-8-27b-medium&intelligence=artificial-analysis-intelligence-index
Posted by AI per buck
 - Today at 16:11:05
Since this review has an "AI" tag and an "AI Performance" category: If you really care about running AI locally (and privately, btw), then know that for the 5400 bucks one can get a much more capable AI desktop (gaming) PC:

1. You want speed: A LLM must fit into the GPU's VRAM, if it's a 27B dense, or similar, one. With each LLM layer offloaded to the much slower system RAM, the speed decreases exponentially.
2. This laptop's 16 GB VRAM will barely fit a usable Qwen3.8-27B dense model quant + context (Windows requires 1-2 GB VRAM for itself). You can partially offload it to system RAM, but it will run much slower.
3. Qwen3.6-35B-A3B MoE model is slightly bigger than the 27B dense one, but due to its only 3B active parameters per token nature, runs much faster than the 27B dense model, even when partially offloaded to system RAM. This is where you'd be still good getting this laptop (the weight or size per FPS makes this laptop very expensive, tho (you may want to read the comments of previous gen)) and run this or other MoE models in a similar class size. But if you want to run the more capable[4] Qwen3.8-27B or Qwen3.8-Flash-Next at a good speed, luckily these build suggestions on consumer hardware exist:

Single GPU solution:
Build a desktop PC around a RTX 5090 (32 GB VRAM at 1.8 TB/s).
Since it's a 575W TDP GPU, you can power limit the TDP to 400W and retain most of its performance (the power efficiency rises when you set the TDP to 400W). I saw a 5090 300W BIOS news (I think I saw it on /r/localllama some time ago), but I can't find it on a quick. This is something you obviously don't want to do straight away and see if you can get by with the 400W setting first. Heavy undervolting should get you around the 350-300W. Here someone undervolted the 5090 to around 200W[2] ("Forbidden 5090 Max-Q") (note, not every card may be able to go this low).

A RTX 3090 and 4090 (1 TB/s ~ 1008 GB/s) also exist, but even their 24 GB VRAM is quite limited. But, depending on your workflow / how much context you need / quant quality, it sure can be an option. Approx. calculation: (24 GB VRAM - 16.5 GB UD-Q4_K_M quant) * 16,000 tokens per GB = 120,000 context tokens, and e.g.: [3].

Dual GPU solution:
Get a motherboard that supports splitting the main PCIe 5.0 x16 into x8/x8[1] (= built-in PCIe 5 bifurcation) and get 2 RTX 5060 Ti 16 GB cards (180W TDP per card), and use tensor parallelism (but note that the GPU architectures may/must be the same) and the bandwidth will effectively double to 448 GB/s * 2 = 896 GB/s. VRAM will double too, of course, to 32 GB VRAM. This is why the prices of 5060 Ti GPUs have been going up recently.
You can combine any 2 cards as long as they fit, because some x8/x8 motherboards won't fit a 4-slot GPU into their first x8 slot.

If you go with the dual 5060 Ti solution or 1 RTX 3090, you will have enough money left to get 2 * 64 GB DDR5 RAM for around 2000 bucks [as of this writing]. Then you could easily fit huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF -> UD-Q4_K_XL (111 GB) (128 GB RAM + 32 GB VRAM or + 24 GB VRAM - 8 GB for the OS itself = 144 to 152 GB of memory).

(Workstation GPUs (NV's RTX PRO cards, unlike AMD's ones, use GDDR7 and offer a higher memory bandwidth) provide an even higher GB of VRAM per Watt TDP, but they are expensive and kinda outside of this scope and may be even unnecessary since power limiting and undervolting exists. For a company build, you probably should use ECC RAM + RTX PRO's ECC VRAM and then prices are much less of an issue.)

Software:
Posted by Redaktion
 - Today at 00:41:05
The 2026 Asus ROG Zephyrus G16 finally gets a brighter OLED panel with 240 Hz and it also features a new Panther Lake processor from Intel. The result is one of the best slim gaming laptops on the market, even though the price is higher than ever.

https://www.notebookcheck.net/One-of-the-best-slim-gaming-laptops-gets-even-better-Asus-ROG-Zephyrus-G16-2026-Review.1384320.0.html