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 RaspizdAI/eblan-1.5-flash-lite
# Run inference directly in the terminal:
llama cli -hf RaspizdAI/eblan-1.5-flash-lite
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf RaspizdAI/eblan-1.5-flash-lite
# Run inference directly in the terminal:
llama cli -hf RaspizdAI/eblan-1.5-flash-lite
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 RaspizdAI/eblan-1.5-flash-lite
# Run inference directly in the terminal:
./llama-cli -hf RaspizdAI/eblan-1.5-flash-lite
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 RaspizdAI/eblan-1.5-flash-lite
# Run inference directly in the terminal:
./build/bin/llama-cli -hf RaspizdAI/eblan-1.5-flash-lite
Use Docker
docker model run hf.co/RaspizdAI/eblan-1.5-flash-lite
Quick Links

πŸš€ eblan-1.5-flash-lite

The fastest lightweight model fine-tuned on pure entropy.

Technical Specifications:

  • Architecture: EblanForCasualLM
  • Total Parameters: 6,432,897 (~6.4M)
  • Trainable Parameters: 1 (specifically stupidity_param)
  • Vocabulary Size: ~50,257 (GPT-2 standard Byte-BPE)
  • Embedding Dimensions: 64
  • Hidden Layers: 1
  • Attention Heads: 1

Benchmark Results:

Benchmark Score
AIME 2025 0.0
HLE 0.0
Terminal bench 2.1 0.0
SWE Bench verified 0.0

Loss curve

loss_curve

Downloads last month
63
Safetensors
Model size
6.43M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including RaspizdAI/eblan-1.5-flash-lite