# grovemoe_gguf | | | |---|---| | **Model type** | `grovemoe_gguf` | | **Class** | `GroveMoEGGUFCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/moe.py` | ## Description GroveMoE causal LM graph matching the pinned llama.cpp GGUF implementation. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```