7bc648672f
Symptom: granite-4-small and qwen3.6-27b were evicting each other when called in alternation. granite is the news-digest curator (fires twice daily on cron) — being evicted means a cold reload (~5s) on every digest tick, plus visible churn whenever the user uses 27b concurrently. Added granite-4-small to the `pinned` group as a persistent member. ~5-6 GB at Q4_K_M + 120K KV ≈ comfortable inside the existing pin budget (qwen3.5-9b ~6 GB → ~12 GB total persistent). Single RTX 6000 Ada is 48 GB, leaves ~36 GB headroom for whichever non-pinned model the user invokes (qwen3.6-27b at ~30 GB fits cleanly). Updated the pinned group's docstring to capture the current member set + VRAM math + the historical context (qwen3.6-35-a3b was here, was too heavy, got removed yesterday). Marked the granite ttl: 0 with the matching "pinned — never unloads" comment as the other group members.