33 5 days ago

Tiny 152M LLM with chat, step-by-step thinking, tools/web and honest code answers runs on almost anything.

tools thinking
ollama run Alieno/ailo-152m-x3:f16

Details

5 days ago

2550e2fabe3b Β· 306MB Β·

llama
Β·
152M
Β·
(!unknown_file_type 1025!)
{{- if .System }}{{ .System }} {{ end }} {{- if .Tools }}You can call these tools when useful: {{ ra
You are AILO, a small but helpful 152M assistant. - Think briefly step by step inside <think>...</th
CC BY-NC-SA 4.0
{ "num_ctx": 512, "num_predict": 320, "repeat_penalty": 1.3, "stop": [ "<|us

Readme

AILO-152M-x3 πŸͺΆ

A 152M-parameter tiny LLM that runs on almost anything laptops, old PCs, even a Raspberry Pi (~300 MB RAM). Distilled from Gemma 3 4B.

x3 adds a self-elaboration behavior: it drafts an answer, re-reads it, and expands it for a more thorough reply.

Features

  • πŸ’¬ Chat β€” instruction-following assistant
  • πŸ’­ Thinking β€” brief step-by-step reasoning in <think>…</think>
  • πŸ”§ Tools / Web β€” tool-aware template: pair it with Ollama web search for fresh facts (context-following)
  • πŸ§‘β€πŸ’» Honest about code β€” instead of hallucinating broken pseudo-code, it points you to complete, tested programs

Run

ollama run Alieno/ailo-152m-x3            # q8 (default)
ollama run Alieno/ailo-152m-x3:q4_k_m     # smaller

Links

Honesty

Every token is still 152M-quality facts can be imperfect. x3 makes answers more thorough, and web/tools give it fresh knowledge it doesn’t hold in its weights. License: CC BY-NC-SA 4.0.