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 TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
# Run inference directly in the terminal:
llama cli -hf TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
# Run inference directly in the terminal:
llama cli -hf TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
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 TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
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 TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
Use Docker
docker model run hf.co/TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:
Quick Links

LFM-2.5-1.2B-Novel-JP-GGUF

GGUF quantized versions of a fine-tuned LiquidAI LFM2.5-1.2B (Japanese) model, converted with llama.cpp for local inference.

  • Base model: LiquidAI/LFM2.5-1.2B-JP-202606
  • Architecture: LFM2 (Lfm2ForCausalLM)
  • Format: GGUF (llama.cpp compatible)

Available quantizations

File Quant Size Notes
LFM-2.5-1.2B-Novel-JP-F16.gguf F16 ~2.3 GB Full precision, highest quality
LFM-2.5-1.2B-Novel-JP-Q8_0.gguf Q8_0 ~1.2 GB Near-lossless
LFM-2.5-1.2B-Novel-JP-Q5_K_M.gguf Q5_K_M ~843 MB Balanced quality/size
LFM-2.5-1.2B-Novel-JP-Q4_K_M.gguf Q4_K_M ~731 MB Smallest, recommended for most uses

Usage (llama.cpp)

huggingface-cli download TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF \
  LFM-2.5-1.2B-Novel-JP-Q4_K_M.gguf --local-dir .

llama-cli -m LFM-2.5-1.2B-Novel-JP-Q4_K_M.gguf -p "こんにちは" -cnv

Usage (Ollama)

ollama run hf.co/TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF:Q4_K_M

Converted and uploaded with llama.cpp inside the Unsloth Docker image.

Downloads last month
86
GGUF
Model size
1B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

16-bit

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

Model tree for TeamDelta/LFM-2.5-1.2B-Novel-JP-GGUF

Quantized
(8)
this model