# internlm2 | | | |---|---| | **Model type** | `internlm2` | | **Class** | `InternLM2CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/internlm.py` | ## Description InternLM2 causal language model with HF-aligned weight names. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```