# granitemoeshared | | | |---|---| | **Model type** | `granitemoeshared` | | **Class** | `GraniteMoECausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/granite.py` | ## Description GraniteMoE model: MoE with Granite scaling multipliers. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```