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 LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-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 LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-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 LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-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 LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
Use Docker
docker model run hf.co/LuffyTheFox/Gemma-4-E4B-Uncensored-Genesis-GGUF:Q4_K_M
Quick Links

Gemma-4-E4B-Uncensored-HauhauCS-Aggressive -> Genesis

Why Genesis project exists? During training, ALL models don't just learn knowledge - they also accumulate random noise in their tensors. This noise builds up and creates something I call the Noise Gate - a fundamental barrier that stops LLM models from learning further and makes them unstable, verbose, and prone to hallucinations. My approach reduces this noise. It repairs the signal without touching the learned knowledge and gradient. The result is a model that consistent in performance, context clarity and following instructions, because it's no longer fighting its own internal chaos.

This is Gemma-4-E4B-Uncensored-HauhauCS-Aggressive model. made by HauhauCS

upgraded via Genesis training noise distillation algorythm made by me.

Vision encoder is not included because it's unfixable and broken too much. Here stats.txt

Join the Discord for updates, roadmaps, projects, or just to chat.

HuggingFace's "Hardware Compatibility" widget doesn't recognize K_P quants — it may show fewer files than actually exist. Click "View +X variants" or go to Files and versions to see all available downloads.

Specs

Recommended Settings

From the official Google Gemma 4 authors:

  • temperature=1.0, top_p=0.95, min_p=0.05, top_k=64

Important:

  • Use --jinja flag with llama.cpp for proper chat template handling
  • Vision/audio support requires the mmproj file alongside the main GGUF

Usage

Works with llama.cpp, LM Studio, Jan, koboldcpp, and other GGUF-compatible runtimes.

Downloads last month
5,736
GGUF
Model size
8B params
Architecture
gemma4
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