Qwen2.5-VL-7B-Instruct vs Swift-Qwen3.8-27B-GGUF

Try Try

Qwen2.5-VL-7B-Instruct has 8.29B parameters (7.07B active per token) and takes 16.6 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/Qwen2.5-VL-7B-Instructukisai/Swift-Qwen3.8-27B-GGUF
Repo createdJan 26, 2025updated Apr 6, 2025Sep 11, 2026updated Sep 16, 2026
Model typeDenseFull attention (GQA)DenseHybrid attention: 48 linear + 17 full (GQA)
InputsText + images677M vision encoderText + imagesvision encoder in a separate mmproj file, not counted here
Total parameters8.29B3.3× less27.3B3.3× more
Active per token7.07B3.6× less85% of the model25.6B3.6× more94% of the model
ExpertsNone (dense)None (dense)
Max context (from config)125K tokens2.0× less256K tokens2.0× more
Layers282.3× less642.3× more48 linear + 17 full attention · plus 1 extra prediction layer
On disk16.6 GB1.1× less5 files18.0 GB1.1× more1 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× RTX 4090a single 24 GB card · weights only1× RTX 4090a single 24 GB card · weights only
Licenseapache-2.0swift-open-license-1.0 (custom)
GitHubQwenLM/Qwen2.5-VLNot linked