hunyuan_moe_gguf

Model type

hunyuan_moe_gguf

Class

HunyuanMoEGGUFCausalLMModel

Task

text-generation

Source

models/moe.py

Description

Hunyuan-MoE causal LM matching the pinned llama.cpp GGUF graph.

Usage

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

model = build("<MODEL_ID>")