Skip to content

Question: 24GB VRAM local models for Kanban workers - real-world results? #25041

Description

@kxkayser

tl;dr: Has anyone successfully run Hermes Kanban workers on local models with 24GB VRAM? Looking for real-world data before GPU upgrade.

Background

I currently run Hermes with 12GB VRAM. Testing local models for Kanban workers:

  • qwen3.5:9b (6.6GB): Crashes after 28-91s, hallucinates bash commands instead of using tools
  • qwen2.5:14b (9GB): Crashes after 12-33s, overwhelmed by system prompt
  • gemma4:e4b (9.6GB): Same failures

All using context_length patch (Issue #24072 applies, but model capability is the blocker).

Root cause: Hermes's massive system prompt (+10K tokens, 30+ tool schemas, memory injection) overwhelms small models. Cloud models work fine.

The Question

I'm considering a 24GB GPU upgrade specifically for local Kanban agents. Based on #523 (Local Model Setup Skill), these fit:

Model Size Context Recommendation
Qwen3-30B-A3B ~17GB 128K "Best accuracy/efficiency balance"
Qwen3-32B ~20GB 128K "Dense model, highest accuracy"

Has anyone tested these with Kanban workers specifically?

What I need to know:

  1. Do Qwen3-30B/32B reliably call tools (kanban_show, terminal, write_file, etc.) in complex chains?
  2. Do they handle multi-step Kanban tasks or crash like 9B/14B models?
  3. Are timeout patches needed (Issue [Feature]: Configurable timeouts for auxiliary call_llm and context compression #3404 - hardcoded 30s aux/45s compression timeout)?
  4. Any specific config tweaks beyond context_length: 128000?

Environment

  • Goal: Async Kanban agents with local models
  • Current: 12GB VRAM → considering 24GB upgrade
  • Use case: Research/data analysis tasks via analyst, researcher profiles
  • Alternative: Keep cloud models (working, has costs)

Would appreciate any real-world experience before spending $1500 on a new GPU.

Related Issues


If no one has tested this, I can volunteer to be the guinea pig and document results if there's interest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havequestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions