# smallthinker_gguf | | | |---|---| | **Model type** | `smallthinker_gguf` | | **Class** | `SmallThinkerGGUFCausalLMModel` | | **Task** | `smallthinker-gguf-text-generation` | | **Source** | `models/smallthinker.py` | ## Description Exact float-import model for ``general.architecture=smallthinker`` GGUF. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```