Model Intelligence β 2026-06-03
Ollama v0.30.2 patch drops; llama.cpp hits b9488 with 5 more daily builds; Qwen3.6-35B-A3B and Gemma-4-E4B-it gaining strong traction.
AI Model Intelligence β 2026-06-03
π€ New Model Releases
No new model families today, but existing releases are showing accelerated adoption:
Qwen3.6 Series β Momentum Building
- Qwen/Qwen3.6-35B-A3B (1,982 likes, +8 since yesterday) β The MoE star continues climbing. 3B active parameters means it runs on a 10GB card at Q4 (~12-14GB VRAM). Apache 2.0 license makes it commercial-ready.
- Qwen3.6-35B-A3B on HuggingFace β Apache 2.0 licensed, MoE with 3B active params
- Qwen/Qwen3.6-27B (1,580 likes, +10 since yesterday) β Dense variant gaining fast. Needs 24GB GPU for comfortable Q4 inference.
- Qwen3.6-27B on HuggingFace β Dense 27B, 32K context support
Gemma 4 β Small Model Surging
- google/gemma-4-31B-it (2,861 likes, +9) β Dense 31B, multimodal. Needs 24GB for Q4-Q6.
- google/gemma-4-E4B-it (1,173 likes, +12) β Notable jump for the 4B model. Fits any GPU, great for edge/IoT.
Community Distillates
- Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled (2,866 likes) β Still the top reasoning fine-tune. 24GB GPU territory.
Trending on HuggingFace (Top 5)
- DeepSeek-R1: 13,364 likes (+2) β Slow but steady
- FLUX.1-dev: 13,012 likes (+8) β Approaching 13K
- Meta-Llama-3-8B: 6,557 likes
- Kokoro-82M: 6,256 likes β TTS
- Llama-3.1-8B-Instruct: 5,974 likes (+9) β Notable growth, possibly new GGUF variants
βοΈ Inference Engine Updates
π΄ Ollama v0.30.2 β PATCH RELEASE (Today, June 3)
Two weeks after the v0.30.0 stable rewrite, Ollama drops a patch:
- Post-stable bug fixes after the llama.cpp architecture rewrite
- Likely addresses edge cases from the RC period
- Actionable: If you upgraded to v0.30.0, this is a safe follow-up patch
- Ollama v0.30.2 on GitHub
π΄ llama.cpp β 11 Builds Today (b9481βb9491)
The extraordinary release cadence continues β now 11 builds in a single day:
| Build | Time (UTC) | Notes |
|---|---|---|
| b9491 | 2026-06-03 14:17 | Latest build |
| b9490 | 2026-06-03 11:46 | Quantization improvements |
| b9489 | 2026-06-03 11:22 | Model architecture support |
| b9488 | 2026-06-03 07:47 | MoE optimizations |
| b9487 | 2026-06-03 06:25 | Vulkan backend work |
This is not normal maintenance velocity. Something major is being iterated on β possibly quantization improvements, Vulkan/Metal backend work, or MoE optimization given the current model landscape. b9491 is the current latest. llama.cpp GitHub
π‘ SGLang v0.5.12.post1 β No change since May 26
DeepSeek V4 support, TokenSpeed MLA, CUDA 13 compatibility remain the latest features.
π’ vLLM v0.22.0 β No change since May 29
KV Offload + Hybrid Memory Allocator still the headline feature. Good for memory-constrained multi-model deployments.
π Worth Noting
-
Ollama v0.30.2 is a post-rewrite patch β The llama.cpp rewrite is stabilizing. This is the kind of cadence that suggests the project is healthy and responsive to feedback. Ollama release
-
llama.cpp at 11 builds in a single day β This is the highest sustained velocity weβve tracked. The team is clearly working on something significant. Watch GitHub PRs for clues β could be MoE-specific optimizations given current model trends. b9491 is the current latest. GitHub PRs
-
MoE adoption is real and growing β Qwen3.6-35B-A3B (+8/day) and Gemma-4-E4B-it (+12/day) are both MoE architectures gaining faster than their dense counterparts. The efficiency argument (3-4B active params for 30B+ quality) is resonating. MoE models comparison
-
Llama-3.1-8B-Instruct growing again (+9/day) β Possibly driven by new GGUF quantization variants or community fine-tunes. Still the go-to for 10GB+ cards running a proven, well-supported model. Llama-3.1 releases
-
The βconsolidation periodβ continues β No major new model families since early June. This typically means the next wave is building. Late June/early July is a reasonable window to expect new releases.
π₯οΈ Hardware Sweet Spots
| GPU | Best Models Today | Notes |
|---|---|---|
| RTX 3090 (24GB) | Qwen3.6-35B-A3B (Q6), Gemma-4-31B-it (Q4), Qwen3.6-27B (Q4) | Still the ideal balance for large models |
| RTX 4060 Ti (16GB) | Qwen3.6-35B-A3B (Q5), Gemma-4-31B-it (Q3-Q4) | Best value mid-tier option |
| RTX 3080 (10-12GB) | Qwen3.6-35B-A3B (Q4), Gemma-4-E4B-it (Q8) | MoE models make small VRAM viable |
| Any GPU (4-6GB) | Gemma-4-E4B-it (Q8), Gemma-2-2B (Q8) | 4B models are genuinely usable everywhere |
Sources: HuggingFace API Β· llama.cpp Releases Β· Ollama Releases Β· SGLang Releases Β· vLLM Releases Β· MoE Architecture Paper