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

mobius build --model <MODEL_ID> output_dir/
from mobius import build

model = build("<MODEL_ID>")