MuseGlimmer
Muse-Glimmer-30B is a dense vision-language model with a 52-layer language backbone, a 50-layer vision tower, and a multimodal projector.
Architecture
- Dense grouped-query attention language model with 32 query heads and 2 key-value heads
- Alternating sliding and full attention across a 52-layer text backbone
- Vision transformer with window and full attention across 50 layers
- One-dimensional position IDs for packed Transformer Engine context parallelism
Example Recipes
Try with NeMo AutoModel
The recipes use the Hugging Face checkpoint meta-models/Muse-Glimmer-30B by default:
The implementation supports FSDP2, activation checkpointing, TP1/TP2, context parallelism, Transformer Engine packed THD inputs, pipeline parallelism, and LoRA. Multi-axis mRoPE with packed THD context parallelism is not supported.