Qwen-72B vs Swift-Qwen3.8-27B-GGUF

Try Try

Qwen-72B has 72.3B parameters (71.0B active per token) and takes 145 GB on disk; Swift-Qwen3.8-27B-GGUF has 27.3B (25.6B active) and takes 18.0 GB. Compare them layer by layer.

At a glance

Qwen/Qwen-72Bukisai/Swift-Qwen3.8-27B-GGUF
Repo createdNov 26, 2023updated Oct 9, 2024Sep 11, 2026updated Sep 16, 2026
Model typeDenseFull attention (MHA)DenseHybrid attention: 48 linear + 17 full (GQA)
InputsTextText + imagesvision encoder in a separate mmproj file, not counted here
Total parameters72.3B2.6× more27.3B2.6× less
Active per token71.0B2.8× more98% of the model25.6B2.8× less94% of the model
ExpertsNone (dense)None (dense)
Max context (from config)32K tokens8.0× less256K tokens8.0× more
Layers801.2× more641.2× less48 linear + 17 full attention · plus 1 extra prediction layer
On disk145 GB8.0× more82 files18.0 GB8.0× less1 file
PrecisionBF16 (100%)Q4_K (54%), Q6_K (45%), other (0.89%)
QuantizationNoneoriginal precision (BF16)Q4_K_M (GGUF)mix of Q4_K, Q6_K · blocks of 256 · 100% of parameters
Fewest GPUs1× NVIDIA B200a single 180 GB card · weights only1× RTX 4090a single 24 GB card · weights only
Licensetongyi-qianwen-license-agreement (custom)swift-open-license-1.0 (custom)
GitHubQwenLM/QwenNot linked