# 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 ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```