# llada_moe | | | |---|---| | **Model type** | `llada_moe` | | **Class** | `LLaDAMoEModel` | | **Task** | `masked-diffusion` | | **Source** | `models/llada.py` | ## Description LLaDA-MoE denoiser with raw selected softmax routing weights. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```