CoolFace
Modelpublic

Thox-ai/thox-micro-125m-instruct-GGUF

sourceHugging Faceapache-2.0updated 9h agoView on Hugging Face
0likes
Model Card

thox-micro-125m-instruct-GGUF

GGUF builds of `Thox-ai/thox-micro-125m-instruct`. Read that card for what the model is and is not: a THOX device-role responder, not a general assistant.

FileQuantBytessha256
thox-micro-125m-instruct.Q4_0.ggufQ4_0 (device target)81,319,136da1abf5cdbf8fa45bc8d3fd7ea423f14f6d82bb1d99e39622024ff38a847e3c5
thox-micro-125m-instruct.Q4_K_M.ggufQ4KM84,664,5442897574faae0d38e9bd9daf51941f1a519489c2ae34ba8dc8a49caf4d5eb2094
thox-micro-125m-instruct.f16.ggufF16 (re-quant source)248,988,128479a9036f96c00a2a99378312bf7041498d480debb201baf0122deb5254758de

Q40 is the device target for the same reason as the base: the FFN dim (2048) divides cleanly into Q40 blocks and the format is scalar-safe on ARMv6. The files are the same size as the untuned base because the ChatML tokens reuse unused vocabulary rows.

Embedded metadata: tokenizer.ggml.eos_token_id = 50258 (<|im_end|>), padding_token_id = 50258, tokenizer.chat_template (ChatML). Both <|endoftext|> and <|im_end|> are end-of-generation tokens.

Run

bash
llama-completion -m thox-micro-125m-instruct.Q4_0.gguf -no-cnv --temp 0 -n 96 -p $'<|im_start|>system\nYou are a THOX model running locally on THOX hardware. Your AI. Your Data. Your Rules.<|im_end|>\n<|im_start|>user\nIs my data leaving this device?<|im_end|>\n<|im_start|>assistant\n'

Or with the embedded template: llama-server -m thox-micro-125m-instruct.Q4_0.gguf --jinja.

Measured (x86_64 dev box, 4 threads; not a device figure)

Q40: 191 MB peak RSS, ~450 tok/s decode, 7 of 7 clean stops with its system prompt. SmolLM2-360M-Instruct Q40 on the same harness: 473 MB peak RSS, ~163 tok/s, 1 of 7. Not yet validated on a Pi Zero 2 W.

License

Apache-2.0. Copyright (c) 2026 THOX.ai LLC.