# gguf_plamo | | | |---|---| | **Model type** | `gguf_plamo` | | **Class** | `PlamoGGUFCausalLMModel` | | **Task** | `plamo-text-generation` | | **Source** | `models/gguf_plamo.py` | ## Description PLaMo causal LM for the exact validated ``plamo`` GGUF contract. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```