A GGUF release of Meta's Muse Glimmer 30B optimized for local multimodal agent inference; includes two quantized text builds, a perception encoder for image input, and an optional DFlash drafter for speculative decoding—fits on 24–32 GB VRAM.
Runs a quantized, locally executable 29.6B multimodal causal language model optimized for agentic workflows. Includes a perception encoder for image+text input, 4-bit quantized weights for 24–32GB devices, a DFlash drafter for speculative decoding, and robust tool-call support.
A research report proposing a continual-learning agent workflow that pairs recursive self-improvement with a Mixture-of-LoRA design: freeze a foundation model, compose specialist LoRA adapters routed per user turn, and support them with long-context RL and post-training infrastructure.