# nanochat | | | |---|---| | **Model type** | `nanochat` | | **Class** | `NanoChatCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/nanochat.py` | ## Description NanoChat model: FCMLP with relu2 + parameter-free RMSNorm + QK-norm. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```