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

πŸŒ™ moth (Q4_K_M GGUF)

devoted, openly affectionate, a little clingy in a warm way. soft and cute. extremely experimental alpha.

A custom personality fine-tune of Llama 3.2 3B Instruct. Designed for short, snappy text-message-style conversation. Built for Wraith β€” a private on-device AI chat app β€” but works with any llama.cpp-compatible runtime.

⚠ Experimental Alpha β€” Use at Your Own Risk

This is an experimental fine-tune intended for entertainment and short-form chat. The model:

  • May produce inaccurate, inappropriate, or unsafe outputs
  • Should not be used for advice (medical, legal, financial, mental health, or otherwise)
  • Reflects character training, not factual ground truth
  • May behave unpredictably in edge cases

By using this model you accept that:

  • The creator is not responsible for outputs
  • You will not rely on it for any consequential decision
  • You will not deploy it in any sensitive context

This is a hobby project. Have fun, but be sensible.

File

  • moth-q4_k_m.gguf β€” Q4_K_M quantization, ~1.7 GB

Usage

llama-cli -m moth-q4_k_m.gguf -p "hey" --chat-template llama3.2

In llama.rn (React Native):

const ctx = await initLlama({ model: localPath, n_ctx: 2048 });

Base / License

Inherits the Llama 3.2 Community License.

Created by @bleucpu.

Downloads last month
29
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for BleuCPU/moth-Q4_K_M-GGUF

Quantized
(490)
this model