Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF vs Xing4.0-29B-A4B
Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF has 27.3B parameters (25.6B active per token) and takes 15.7 GB on disk; Xing4.0-29B-A4B has 31.2B (3.93B active) and takes 62.4 GB. Compare them layer by layer.
At a glance
| HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF | XingChen-AGI/Xing4.0-29B-A4B | |
|---|---|---|
| Repo created | Aug 17, 2026updated Aug 17, 2026 | Sep 16, 2026updated Sep 18, 2026 |
| Model type | DenseHybrid attention: 48 linear + 17 full (GQA) | Mixture of expertsFull attention (MLA) |
| Inputs | Text + imagesvision encoder in a separate mmproj file, not counted here | Text |
| Total parameters | 27.3B1.1× less | 31.2B1.1× more |
| Active per token | 25.6B6.5× more94% of the model | 3.93B6.5× less13% of the model |
| Experts | None (dense) | 4 of 64 activeplus 1 shared, always on |
| Max context (from config) | 256K tokenssame | 256K tokenssame |
| Layers | 641.6× more48 linear + 17 full attention · plus 1 extra prediction layer | 401.6× lessplus 1 extra prediction layer |
| On disk | 15.7 GB4.0× less1 file | 62.4 GB4.0× more41 files |
| Precision | IQ4_XS (68%), Q5_K (18%), Q6_K (6.6%), Q4_K (5.9%), other (1.0%) | BF16 (100%) |
| Quantization | IQ4_XS (GGUF)mix of IQ4_XS, Q5_K, Q4_K +1 more · blocks of 256 · 100% of parameters | Noneoriginal precision (BF16) |
| Fewest GPUs | 1× RTX 4090a single 24 GB card · weights only | 1× NVIDIA H100a single 80 GB card · weights only |
| License | apache-2.0 | apache-2.0 |
| GitHub | Not linked | XingChen-AGI/Xing4.0-29B-A4B |
Where the parameters live
Each bar is one model, split by component and drawn on the same scale.
Anatomy map
Every rectangle is one component in one layer, with area proportional to its size. When you compare two models, both maps use the same scale, so a model twice the size covers twice the area.
Layer map
The model's layers from input (left) to output (right): which kind of attention each one uses, and whether its feed-forward block is a mixture of experts or a single dense network.
One token's route
In a mixture-of-experts layer, a router picks a few experts for each token. This shows how many that is, drawn to scale: the lit cells are one token's share of a single layer, and everything else sits idle in memory. Which cells light up is a random example, not the model's real router.
Can my GPU handle this model?
At a datacenter
The fewest GPUs of each type whose combined memory can hold the weights, assuming 90% of each GPU's memory is usable. Real deployments need more memory for context (KV cache), and usually round up to 8 or 16 GPUs so the model splits evenly. The list covers NVIDIA data-center GPUs widely rentable as of September 2026, best first.
At home
Whether the weights fit on popular home GPUs, assuming 90% of the card's memory is usable. People at home usually run 4-bit versions (GGUF files for llama.cpp, Ollama or LM Studio), which are much smaller than what labs publish, so both are shown. The 4-bit size is an estimate of about 4.5 bits per parameter. "Tight" means the weights fit but leave little room for context.
Context memory
Besides its weights, a model needs memory for the text it's working on (the "KV cache"), and it grows with every token of context. Figures are for one conversation stored in 16-bit precision: each simultaneous conversation needs its own, and servers that store it in 8-bit (FP8) need half as much.