How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf leonardoeloi/mindreader-models
# Run inference directly in the terminal:
llama cli -hf leonardoeloi/mindreader-models
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf leonardoeloi/mindreader-models
# Run inference directly in the terminal:
llama cli -hf leonardoeloi/mindreader-models
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf leonardoeloi/mindreader-models
# Run inference directly in the terminal:
./llama-cli -hf leonardoeloi/mindreader-models
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf leonardoeloi/mindreader-models
# Run inference directly in the terminal:
./build/bin/llama-cli -hf leonardoeloi/mindreader-models
Use Docker
docker model run hf.co/leonardoeloi/mindreader-models
Quick Links

Mind Reader — modelos locais (só-texto)

GGUFs só-texto usados pelo Mind Reader, app macOS de autocomplete inline local. São quantizações text-only (sem encoders de visão/áudio, sem mmprojcapabilities=['completion']), escolhidas por caberem residentes na RAM (o que dá latência baixa) — ver o achado de engenharia sobre model bloat multimodal.

Baixados direto pelo app via Ollama embutido: ollama pull hf.co/<este-repo>:<arquivo>.gguf.

Modelos

arquivo base params quant tamanho papel
Gemma-4-E4B.gguf Gemma 4 E4B 7.5B (efetivo 4B) UD-Q5_K_XL 6.7 GB qualidade máxima (16 GB+)
Gemma-3-4B.gguf Gemma 3 4B 3.9B Q4_K_M (imatrix) 2.5 GB ★ recomendado (4B real, enxuto)
Gemma-4-E2B.gguf Gemma 4 E2B 4.6B (efetivo 2B) Q4_K_M (imatrix) 3.5 GB rápido
Qwen-3-1.7B.gguf Qwen 3 1.7B 1.7B Q4_K_M (imatrix) 1.1 GB multilíngue minúsculo
Gemma-3-1B.gguf Gemma 3 1B 1B Q5_K_M (imatrix) 0.9 GB mínimo (Macs de 8 GB)

Atribuição

Quantizações da comunidade (imatrix "i1" / unsloth "UD"): unsloth, bartowski, mradermacher. Modelos-base: Google (Gemma 3 / Gemma 4) e Alibaba (Qwen 3). Re-hospedados aqui para estabilidade da distribuição do Mind Reader; todos os direitos dos modelos-base permanecem dos autores.

Licenças (mapa por modelo em LICENSE)

  • Gemma 4 (E4B, E2B) + Qwen 3Apache License 2.0 (LICENSE-apache-2.0.txt).
  • Gemma 3 (4B, 1B) → Gemma Terms of Use (LICENSE-gemma-terms.txt); uso também sujeito à Gemma Prohibited Use Policy, repassada a jusante.

Ao baixar/usar um arquivo você concorda com a licença dele.

Ao baixar/usar estes arquivos você concorda com as licenças acima.

Downloads last month
220
GGUF
Model size
1.0B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support