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

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

model = build("<MODEL_ID>")