25 Downloads Updated 1 month ago
ollama run Alieno/ailo-340m-v4:q8_0
Updated 1 month ago
1 month ago
c0f76ff90967 · 364MB ·
A 341M-parameter chat model trained end-to-end on one consumer AMD GPU (RX 6750 XT, 12 GB) — with a hand-written backward engine, because PyTorch autograd breaks on this hardware for deep transformers.
Distilled from GPT-J 6B (logit-level), then taught to converse by Gemma 3 4B.
At 215 MB in q4_k_m it fits a Raspberry Pi Zero 2 W (512 MB RAM) and runs at a few tokens/second.
ollama run Alieno/ailo-340m-v4 # q8_0 — recommended
ollama run Alieno/ailo-340m-v4:q4_k_m # smallest, for SBCs
| Tag | Size | Notes |
|---|---|---|
latest / f16 |
683 MB | full precision |
q8_0 |
363 MB | recommended — near-lossless |
q4_k_m |
215 MB | fits 512 MB boards |
25 + 17 = 51 with confidence.The gap to Qwen2.5-0.5B isn’t the architecture: that model saw ~18 trillion pre-training tokens, AILO’s base comes from distillation over a corpus smaller by many orders of magnitude. Fine-tuning shapes behaviour; it doesn’t replace pre-training scale.
Treat it as a small local reader and conversationalist — with retrieval for facts and a calculator for maths. Not a source of truth.
<|user|>
{your question}
<|assistant|>
Suggested: temperature 0.3, top_k 20, top_p 0.9, repeat_penalty 1.25
CC BY-NC-SA 4.0 (non-commercial). Distilled from GPT-J (Apache-2.0) and Gemma 3 (Gemma Terms of Use) — downstream use must respect the teachers’ terms.