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