# nemotron_h | | | |---|---| | **Model type** | `nemotron_h` | | **Class** | `NemotronHCausalLMModel` | | **Task** | `hybrid-text-generation` | | **Source** | `models/nemotron_h.py` | ## Description NemotronH hybrid Mamba2+Attention+MLP causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```