Trending on Kingy
Keep reading with the stories getting the most attention now.
Verdict: Yes, Qwen3.8-27B runs locally on a laptop, but 24GB of unified memory or VRAM is the fit-first minimum I would consider, 32–48GB is the practical sweet spot, and a desktop RTX 5090 is the speed choice—not a requirement.
Testing disclosure: This is a source-audited launch-day hardware guide, not a Kingy.ai hands-on benchmark. The model weights were released on August 14, 2026. Official specifications, repository file sizes and hardware specifications are treated as confirmed facts. Launch-day community measurements are labelled as such. Recommendations and memory-headroom figures are editorial judgments.
The headline is true. You can run Qwen3.8-27B on a laptop. You can also make a 27-billion-parameter model crawl across a mixture of laptop VRAM and system RAM at four tokens per second and call that “running.” Those are not the same achievement.
The useful answer is this: a 24GB machine can run a good four-bit build; a 32GB machine gives it breathing room; and 48–64GB lets you stop treating every context-window setting as a negotiation. Apple’s compact desktops are viable because their unified memory is available to the GPU. NVIDIA remains much faster when the weights fit in VRAM, especially on Blackwell hardware using NVFP4 rather than an ordinary GGUF.
If you already own a 12GB or 16GB GPU, try the model before buying anything. If you are shopping specifically for Qwen3.8-27B, do not buy a 16GB computer merely because a two- or three-bit file can be squeezed into it.
Qwen3.8-27B local hardware requirements at a glance
| Goal | Sensible starting point | Recommended format | Kingy.ai verdict |
|---|---|---|---|
| Prove it can load | 16GB unified memory, or 12GB GPU plus 32GB system RAM | 2-bit, 3-bit, or Q4 with CPU offload | Experiment only |
| Everyday private chat | 24GB VRAM/unified memory | Q4 or dynamic Q4, 8K–16K context | Usable |
| Buy a Mac for it | M4 Pro Mac mini, 48GB | Dynamic Q4 or Q5 | Best-value Mac |
| Quiet high-headroom Mac | M4 Max Mac Studio, 64GB | Q5, Q6 or Q8 | Excellent |
| Reuse an NVIDIA card | RTX 3090 or RTX 4090, 24GB | Q4/Q5 GGUF | Recommended |
| Fastest sensible single consumer GPU | Desktop RTX 5090, 32GB | NVFP4 through SGLang/vLLM, or Q6 GGUF | Speed winner |
| Laptop speed option | RTX 5090 Laptop GPU, 24GB plus at least 32GB RAM | Q4/Q5 or supported NVFP4 | Recommended laptop |
| CPU-only | 32GB RAM minimum; 64GB preferred | Q3/Q4 | Technically possible, hard to recommend |
What Qwen3.8-27B actually is
Qwen3.8-27B is a dense, open-weight vision-language model: all 27 billion language parameters participate in generation, unlike a mixture-of-experts model that activates only a subset.
The official Qwen model card lists 64 language layers, a 262,144-token native context window, optional extension to one million tokens, native image and video understanding, thinking and non-thinking modes, and a trained multi-token-prediction head. It uses a hybrid layout: 48 Gated DeltaNet layers and 16 full-attention layers. The model is released under Apache 2.0.
For benchmark methodology and model comparisons, see Kingy.ai’s launch-day Qwen3.8-27B analysis.
The full Hugging Face checkpoint contains about 55.6GB of weights. That is why quantization—the process of storing weights at lower precision—is what turns this from a workstation model into a laptop model.
The exact memory ladder
The table below uses the actual files in Unsloth’s Qwen3.8-27B GGUF repository, checked at the research cutoff. File sizes use decimal gigabytes, matching common download displays. “Practical memory” includes room for the runtime, a modest context and the operating system; it is not a hard minimum.
| Format | Actual weights file | Weight size | Practical total memory | Trade-off and best use |
|---|---|---|---|---|
| 2-bit dynamic | UD-Q2_K_XL | 10.68GB | 16–24GB | Smallest plausible build; expect a meaningful quality hit |
| 3-bit dynamic | UD-Q3_K_XL | 13.44GB | 24GB | Better emergency option for 16GB GPUs or tight laptops |
| Standard Q4 | Q4_K_M | 17.11GB | 24–32GB | Sensible baseline when maximum compatibility matters |
| Dynamic Q4 | UD-Q4_K_XL | 17.92GB | 24–32GB | Best default for most local users |
| Standard Q5 | Q5_K_M | 19.83GB | 24–32GB | Higher fidelity; tight on a 24GB card at long context |
| Dynamic Q5 | UD-Q5_K_XL | 20.22GB | 32GB | Good quality/headroom compromise |
| Standard Q6 | Q6_K | 22.88GB | 32–48GB | High fidelity; comfortable on a desktop 5090 |
| Dynamic Q6 | UD-Q6_K_XL | 25.92GB | 36–48GB | Too large for a clean 24GB fit |
| Standard Q8 | Q8_0 | 29.05GB | 48–64GB | Near-full fidelity, but poor use of a 32GB card if context matters |
| Dynamic Q8 | UD-Q8_K_XL | 31.46GB | 48–64GB | Maximum GGUF fidelity; little reason on constrained hardware |
| NVFP4 | Blackwell-only safetensors | about 16.5GB weights | 24–32GB VRAM | Fast serving choice for RTX 50-series/Blackwell |
| FP8 | Official FP8 checkpoint | about 28.5GB weights | 40GB+ VRAM preferred | Fits 32GB only with severe serving limits |
| BF16 | Full-precision checkpoint/GGUF | about 55–56GB | 64GB bare minimum; 96GB sensible | Reference or high-memory workstation use |
For image input, add the separate 0.93GB vision projector. Cache, runtime buffers and the operating system also consume memory—a 17.92GB file does not fit cleanly in a 17.92GB budget.
The 262K context trap
The advertised context window is a capability, not a sensible default.
SGLang documents 16 full-attention layers with four KV heads at a head dimension of 256. That geometry works out to roughly 64KB of BF16 attention KV cache per token, or about half that with FP8 cache. For one sequence, attention cache alone is approximately:
| Context | BF16 KV cache estimate | FP8 KV cache estimate |
|---|---|---|
| 8K | 0.5GB | 0.25GB |
| 32K | 2GB | 1GB |
| 128K | 8GB | 4GB |
| 262K | 16GB | 8GB |
These estimates exclude Gated DeltaNet state, vision and runtime workspaces. Parallel requests also need separate cache. Start at 8K or 16K, then increase context after the model runs reliably. A 24GB device that holds Q4 at 8K may fail at the full native window.
Can an ordinary laptop run it?
A launch-day community test on an RTX 5070 Ti laptop used 12GB of VRAM, 32GB of system RAM, the 17.9GB dynamic Q4, an 8K context, Q8 cache and automatic CPU/GPU offload. It produced approximately 3.26 tokens per second on a longer answer and 4.42–4.53 tokens per second on short factual and coding responses. Prompt processing was reported at 20–27 tokens per second.
That is legitimate local inference. It is also a patience-first experience. The GPU held about 11GB while the remaining weights ran from system memory. Treat it as evidence that a 12GB laptop can participate, not as evidence that 12GB is the right buying target.
NVIDIA’s official laptop specifications list 12GB for the RTX 5070 Ti Laptop GPU, 16GB for the RTX 5080 Laptop GPU and 24GB for the RTX 5090 Laptop GPU. The practical split is straightforward:
- 12GB: Q4 requires offload; three-bit is more self-contained but lower quality.
- 16GB: a three-bit build can fit more cleanly; the best Q4 files still spill beyond VRAM once overhead is counted.
- 24GB: Q4 and Q5 are practical, and Blackwell-native NVFP4 becomes possible with the right runtime.
Laptop names hide power limits. Capacity decides whether the model fits; wattage and cooling decide how fast it stays.
Desktop RTX 5090 versus RTX 5090 laptop
These are not the same local-AI product.
The desktop RTX 5090 has 32GB of GDDR7 and 1,792GB/s bandwidth. The laptop GPU has 24GB and 896GB/s; its speed varies with thermal and power limits.
The desktop card holds Q6 with useful context. Q8 at 29–31.5GB is uncomfortable on a 32GB card once cache and runtime overhead arrive.
The more interesting option is NVFP4. The SGLang Qwen3.8 cookbook describes approximately 16.5GB NVFP4 weights as the recommended configuration for RTX 5090-class GPUs. A launch-day post from an SGLang team member reports more than 200 generated tokens per second on a single RTX 5090 using NVFP4 plus speculative decoding. That is an optimized serving result, not a number to paste beside a generic Q4 GGUF.
At the cutoff, NVIDIA listed a $1,999 US manufacturer price, but its marketplace page showed the Founders Edition out of stock. Street pricing is volatile; recheck before buying.
Mac mini: capacity first, bandwidth second
Apple Silicon’s advantage is unified memory: the GPU can address a large shared pool instead of being trapped behind a fixed 12GB or 16GB frame buffer. Its limitation is speed. Local generation is heavily influenced by memory bandwidth.
Apple’s Mac mini specifications put the base M4 at 120GB/s and the M4 Pro at 273GB/s. The M4 supports up to 32GB of unified memory; M4 Pro supports 48GB or 64GB configurations.
| Mac mini | What fits | Verdict |
|---|---|---|
| M4 Mac mini or MacBook Air, 16GB | Two-bit may load with short context and little else open | Loads with compromises; do not buy for this model |
| M4, 24GB | Dynamic Q3 or Q4; limited spare memory | Usable, but fit-first |
| M4, 32GB | Dynamic Q4/Q5 with practical context | Practical entry point |
| M4 Pro, 48GB | Q4 through Q8 with useful headroom | Recommended; best-value Mac |
| M4 Pro, 64GB | Comfortable Q8, vision and larger context | Excellent |
The 32GB M4 can hold the model, but the M4 Pro’s 2.3-times-higher bandwidth makes 48GB my regular-use choice. Apple’s US configurator showed $2,499 for 48GB/1TB at the cutoff; recheck the live price.
Mac Studio: faster, quieter and easy to overbuy
The 2025 Mac Studio specifications list 410GB/s bandwidth for the base M4 Max and 546GB/s for the upgraded 40-core-GPU version. M4 Max memory starts at 36GB and can be configured to 48GB, 64GB or 128GB. M3 Ultra starts at 96GB and reaches 819GB/s.
| Mac Studio | What it means for Qwen3.8-27B | Verdict |
|---|---|---|
| M4 Max, 36GB | Fast Q4/Q5; Q8 is too tight for comfort | Recommended if Q4 is enough |
| M4 Max, 64GB | Q8, vision and useful context with room for other apps | Excellent quiet workstation |
| M4 Max, 128GB | Huge headroom and future-model flexibility | Unnecessary for this model alone |
| M3 Ultra, 96GB+ | Much higher bandwidth and BF16 capacity | Excellent, but poor value for one 27B model |
The base 36GB Studio is faster than a 48GB Mac mini but has less memory headroom. For a dedicated Q4 appliance, that is fine. For Q8, long context, vision and a browser full of work, 64GB is the balanced Studio configuration.
Apple showed the base 36GB/512GB Studio at $2,499 at the cutoff; verify the live configurator.
Windows and Linux GPU recommendations
NVIDIA’s official RTX 30-series and RTX 40-series specifications confirm 24GB on the RTX 3090 and RTX 4090, 16GB on the RTX 4070 Ti Super and optional 16GB on the RTX 4060 Ti. Here is what that capacity buys:
| GPU | VRAM | Best realistic configuration | Verdict |
|---|---|---|---|
| RTX 3060 | 12GB | Two-bit/three-bit, or Q4 with CPU offload | Loads with compromises |
| RTX 4060 Ti 16GB | 16GB | Dynamic Q3; Q4 requires some offload | Usable at reduced precision |
| RTX 4070 Ti Super | 16GB | Dynamic Q3; Q4 offload | Faster than 4060 Ti, same fit problem |
| RTX 3090 | 24GB | Q4/Q5, modest context | Recommended used-capacity option |
| RTX 4090 | 24GB | Q4/Q5, modest context | Recommended and faster |
| RTX 5090 | 32GB | NVFP4 or Q6; Q8 only with tight limits | Excellent |
| Dual RTX 3090 | 48GB aggregate | Q8 split across cards | Excellent capacity; complex and power-hungry |
If you own a 24GB 3090 or 4090, keep it. If buying used, test the card and account for power, case space and warranty.
Multiple GPUs add memory only when the runtime splits the model; PCIe traffic, heat and complexity remain.
AMD and CPU-only: viable, but mind the software path
AMD’s Ryzen AI Max+ 395, better known as Strix Halo, is the most interesting alternative to Apple’s unified-memory approach. AMD specifies up to 128GB of LPDDR5X-8000 memory and 256GB/s bandwidth on its Ryzen AI Halo platform.
A launch-day 128GB Strix Halo community benchmark reported 10.5 generated tokens per second for dynamic Q5 at fresh context and 9.4 at 32K; Q8 produced 7.5 and 6.9 respectively. It is comfortably usable, but not RTX 5090-fast.
Discrete 16GB AMD GPUs face the same fit problem as NVIDIA cards. A 24GB Radeon can hold Q4/Q5, but verify ROCm or Vulkan support for the exact operating system.
CPU-only is a fallback. A 32GB PC can run Q3/Q4 with discipline; 64GB is safer. SSD offload may prevent a load failure but is far slower than RAM. Speed depends heavily on memory bandwidth and CPU features, so there is no honest universal token rate.
The five configurations I would choose
Cheapest machine that can load it
Whatever 16GB or 12GB-GPU computer you own, using two or three bits or Q4 with CPU offload. This is an experiment, not a buying recommendation.
Cheapest configuration Kingy.ai recommends
A 24GB device running dynamic Q4 at 8K. Candidates include an RTX 3090/4090, RTX 5090 laptop or 24GB Apple Silicon Mac.
Best-value Mac
M4 Pro Mac mini with 48GB unified memory. It has space for Q8 and makes Q4/Q5 more responsive than base M4. Use a fast external SSD if needed.
Best-value NVIDIA system
An existing or carefully purchased used RTX 3090 24GB system. It is slower than a 4090/5090, but capacity matters more than gaming-generation prestige.
Fastest sensible single-GPU build
Desktop RTX 5090 with 64GB system RAM, NVFP4 and SGLang or vLLM. Use Q6 GGUF if you prefer llama.cpp simplicity. NVFP4 is the path to the headline speed; Q8 is the path to a cramped frame buffer.
How to run Qwen3.8-27B locally
Easiest route on macOS and Windows: Unsloth Desktop
At launch, Unsloth’s Qwen3.8 guide is the clearest verified beginner route. Its desktop app supports macOS, Windows and Linux and can distribute layers between GPU and RAM.
- Download Unsloth Desktop from the official Unsloth site.
- Search for
unsloth/Qwen3.8-27B-GGUF. - Start with
UD-Q4_K_XLon 24GB+ systems orUD-Q3_K_XLif memory is tight; reserve at least 25GB of free disk for Q4 plus its vision projector and working room. - Set context to 8,192 tokens for the first run.
- Leave thinking enabled for difficult coding or reasoning; disable it for short direct answers.
- Confirm GPU or Metal acceleration, then increase context while watching memory. Do not jump directly to 262K.
The official Qwen sampling settings are temperature 1.0/top-p 0.95 for thinking and temperature 0.7/top-p 0.8 for non-thinking. Unsloth can set these automatically.
Linux or advanced users: llama.cpp text-only route
The following model download and launch pattern is taken from the launch-day Unsloth guide. Build the current llama.cpp with CUDA for NVIDIA or its default Metal backend on Mac, then:
pip install -U "huggingface_hub[cli]"
hf download unsloth/Qwen3.8-27B-GGUF \
--local-dir Qwen3.8-27B-GGUF \
--include "*UD-Q4_K_XL*"
./llama-cli \
--model Qwen3.8-27B-GGUF/Qwen3.8-27B-UD-Q4_K_XL.gguf \
--ctx-size 8192 \
--temp 1.0 \
--top-p 0.95 \
--top-k 20 \
--min-p 0.0
This is the text-only starting point. Local image input also requires the roughly 0.93GB mmproj file and a multimodal-capable frontend such as llama.cpp’s current multimodal tooling. Do not assume the vision projector is bundled with the language GGUF.
Thinking is on by default. Compatible API clients disable it by passing enable_thinking: false through the model’s chat-template options. Because client syntax varies, use the current Qwen or runtime documentation rather than adding /no_think from an older Qwen release.
NVIDIA Blackwell: optimized NVFP4 route
Unsloth documents Qwen3.8-27B NVFP4 support in vLLM 0.25.0+ and SGLang. The minimal vLLM serving command is:
vllm serve unsloth/Qwen3.8-27B-NVFP4
MTP speculative decoding can improve single-user decode speed, but version requirements are moving quickly on launch day. Use the complete command from the current Unsloth or SGLang recipe and preserve its version constraints.
A useful first test
Use a task that reveals both speed and competence:
Write a Python command-line program that scans a folder of Markdown files, reports broken relative links, includes unit tests, and explains how to run it. Do not use third-party packages.
Record time to first token, generation speed, memory use, quantization and context. A naked “52 tok/s” is not a benchmark.
What speed feels usable?
For a single interactive user, this is a reasonable editorial scale:
- Below 3 tok/s: running, but unpleasant.
- 3–8 tok/s: usable with patience.
- 8–20 tok/s: comfortable chat and coding.
- 20–50 tok/s: fast.
- Above 50 tok/s: extremely responsive.
These are judgments, not standards. Thinking mode can spend many tokens before the final answer, and long prompts make time to first token important.
Launch evidence spans 3–4.5 tok/s on a 12GB laptop with offload, 7–10.5 on Strix Halo and SGLang’s reported 200+ on an optimized RTX 5090. These are configuration results, not a clean GPU league table.
Privacy, heat and the cost argument
Local inference keeps data on hardware you control—provided the frontend, tools and extensions are also local.
The trade is operational: laptops get hot, a desktop 5090 can draw hundreds of watts, and Macs trade NVIDIA-class speed for quiet efficiency. APIs avoid maintenance and upfront hardware cost.
Local makes financial sense when hardware is already owned, privacy has value, usage is sustained or offline access matters. It is not automatically cheaper for occasional questions.
Who should run it locally?
Run it locally for private documents, offline coding or a controllable agent endpoint. Use an API for high concurrency, minimal setup or occasional access. A hybrid approach often works best.
Final buying verdict
Qwen3.8-27B is genuinely a laptop-class model after quantization. That does not make every laptop a good host.
For an existing machine, experiment at two or three bits and accept offload. For a new Mac, 32GB is the floor and the 48GB M4 Pro Mac mini is the sweet spot. For an NVIDIA system, 24GB cards handle Q4/Q5 well; the desktop RTX 5090 earns its premium through NVFP4 speed rather than by brute-forcing Q8. For a quiet premium workstation, a 64GB M4 Max Studio is the easy answer.
The most important specification is not “27B.” It is the amount and bandwidth of memory left after the model loads.
FAQ
Can Qwen3.8-27B run on a 16GB laptop?
Technically, yes. Use a roughly 10.7GB two-bit or 13.4GB three-bit build, or offload part of Q4 into system RAM. It is not a configuration I recommend buying for this model.
How much RAM does Qwen3.8-27B need?
Unsloth lists 17–19GB total memory for four-bit weights, but practical use needs overhead. Treat 24GB as the fit-first minimum, 32GB as the practical minimum and 48–64GB as comfortable.
Can a Mac mini run Qwen3.8-27B?
Yes. A 24GB mini can run Q4 tightly; 32GB is more practical. The 48GB M4 Pro is the recommended balance of memory and bandwidth.
Which Mac mini should I buy?
For regular local-AI use, the M4 Pro with 48GB unified memory. A base M4 with 32GB is cheaper and fits Q4, but its 120GB/s bandwidth is far below the M4 Pro’s 273GB/s.
Is a Mac Studio overkill?
The 64GB M4 Max is excellent but not necessary. Buy it for higher bandwidth, quiet sustained operation and other professional work—not because Qwen3.8-27B requires 64GB.
Can an RTX 3090 or RTX 4090 run it?
Yes. Both have 24GB of VRAM and are good Q4/Q5 hosts. Context size and vision still consume additional memory.
Does it need an RTX 5090?
No. The 5090 is the speed choice. Its 32GB VRAM and Blackwell NVFP4 support enable far faster optimized serving.
Can the RTX 5090 laptop GPU run it?
Yes. Its 24GB GDDR7 is well suited to Q4/Q5 and potentially supported NVFP4 deployments. It is not equivalent to the 32GB desktop card.
What is the best quantization for 24GB VRAM?
Dynamic Q4 is the safest default. Q5 can fit with shorter context. Standard Q6 at 22.88GB leaves too little room for most practical configurations.
Can I use the full 262K context locally?
Only with substantial spare memory and patience. Attention KV cache alone can approach 16GB at BF16 or 8GB at FP8 for one 262K sequence, before other state and runtime allocations.
Can it analyze images locally?
Yes. It is natively multimodal, but GGUF users must also load the approximately 0.93GB vision projector and use a compatible multimodal runtime.
Is local inference cheaper than an API?
It can be if you already own the hardware or use it heavily. For occasional queries, an API is usually cheaper than buying a dedicated machine.
Can I fine-tune it on the same hardware?
Not on most inference-minimum configurations. Unsloth’s general 27B guidance estimates an absolute minimum around 22GB VRAM for four-bit QLoRA and 64GB for 16-bit LoRA, before longer sequences, vision data or larger batches. Treat those as lower bounds; inference fitting is not evidence that training will fit.
Sources and methodology
Accessed August 14, 2026, 10:35–11:08 PDT unless noted.
| Claim | Source | Type | Date accessed | Confidence |
|---|---|---|---|---|
| 27B dense VLM; architecture; 262K context; thinking; MTP; Apache 2.0 | Qwen model card | Official primary | 2026-08-14 | High |
| Exact GGUF sizes and ~0.93GB projector | Unsloth GGUF files | Primary repository | 2026-08-14 | High |
| 2/3/4/6/8/BF16 memory bands and local commands | Unsloth Qwen3.8 guide | Runtime vendor/quant publisher | 2026-08-14 | High |
| NVFP4, FP8 fit, model geometry and SGLang flags | SGLang cookbook | Runtime documentation | 2026-08-14 | High |
| Desktop RTX 5090: 32GB, 1,792GB/s | NVIDIA RTX 5090 | Official primary | 2026-08-14 | High |
| Desktop RTX 5090 MSRP/status | NVIDIA Marketplace | Official store | 2026-08-14 | High, time-sensitive |
| Laptop 5090/5080/5070 Ti capacities and bandwidth | NVIDIA RTX laptops | Official primary | 2026-08-14 | High |
| RTX 4090/4070 Ti Super/4060 Ti capacities | NVIDIA RTX 40 family | Official primary | 2026-08-14 | High |
| RTX 3090 capacity | NVIDIA RTX 3090 family | Official primary | 2026-08-14 | High |
| M4/M4 Pro memory and bandwidth | Apple Mac mini specs | Official primary | 2026-08-14 | High |
| Current selected Mac mini price | Apple configurator | Official store | 2026-08-14 | High, time-sensitive |
| M4 Max/M3 Ultra memory and bandwidth | Apple Mac Studio specs | Official primary | 2026-08-14 | High |
| Current base Mac Studio price | Apple configurator | Official store | 2026-08-14 | High, time-sensitive |
| Strix Halo specs: 128GB and 256GB/s | AMD Ryzen AI Halo guide | Official primary | 2026-08-14 | High |
| 12GB laptop Q4 offload at 3.26–4.53 tok/s | Launch-day community benchmark | Community measurement | 2026-08-14 | Medium |
| Strix Halo Q5/Q8 results | Launch-day community benchmark | Community measurement | 2026-08-14 | Medium |
| 200+ tok/s RTX 5090 claim | SGLang team launch post | Runtime-team report | 2026-08-14 | Medium-high pending independent replication |
| General 27B fine-tuning memory floor | Unsloth requirements | Framework guidance | 2026-08-14 | Medium-high; not Qwen3.8-specific validation |
