How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LetheanNetwork/lemer-bk:
# Run inference directly in the terminal:
llama-cli -hf LetheanNetwork/lemer-bk:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf LetheanNetwork/lemer-bk:
# Run inference directly in the terminal:
llama-cli -hf LetheanNetwork/lemer-bk:
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 LetheanNetwork/lemer-bk:
# Run inference directly in the terminal:
./llama-cli -hf LetheanNetwork/lemer-bk:
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 LetheanNetwork/lemer-bk:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LetheanNetwork/lemer-bk:
Use Docker
docker model run hf.co/LetheanNetwork/lemer-bk:
Quick Links

Lemer

A Gemma 4 E2B finetune by lthn.ai — EUPL-1.2

Ollama: ollama run hf.co/lthn/lemer:Q4_K_M

MLX: bf16, 8bit, 6bit, 5bit, 4bit, mxfp8, mxfp4, nvfp4

GGUF: BF16, Q8_0, Q6_K, Q5_K_M, Q4_K_M, Q3_K_M

HF Transformers: on main (4-bit NF4 + bf16 in hf-bf16/)

Base

google/gemma-4-E2B-it

More

Licence

Training data and adapter: EUPL-1.2 Base model: Apache 2.0

Downloads last month
204
GGUF
Model size
5B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for LetheanNetwork/lemer-bk

Quantized
(184)
this model

Dataset used to train LetheanNetwork/lemer-bk