# kclgpt | | | |---|---| | **Model type** | `kclgpt` | | **Class** | `CodeShellCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/legacy_decoder.py` | ## Description CodeShell decoder accepting both published HF and canonical GGUF names. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```