nemotron_h¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
NemotronH hybrid Mamba2+Attention+MLP causal language model.
Uses HybridCausalLMTask with mixed "mamba2",
"full_attention", and "mlp" layer types for the cache.
HuggingFace reference: NemotronHForCausalLM.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")