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 Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Carl03/gemma-4-E2B-it-uncensored-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 Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Carl03/gemma-4-E2B-it-uncensored-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 Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Carl03/gemma-4-E2B-it-uncensored-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 Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Carl03/gemma-4-E2B-it-uncensored-GGUF:Q4_K_M
Quick Links

gemma-4-E2B-it-uncensored (GGUF)

GGUF quantizations of TrevorJS/gemma-4-E2B-it-uncensored.

Files

File Quant Size
gemma-4-E2B-it-uncensored-Q4_K_M.gguf Q4_K_M 3.4 GB
gemma-4-E2B-it-uncensored-Q8_0.gguf Q8_0 5.0 GB

Usage

# From HuggingFace (auto-downloads)
llama-server -hf TrevorJS/gemma-4-E2B-it-uncensored-GGUF -c 8192

# From local file
llama-server -m gemma-4-E2B-it-uncensored-Q4_K_M.gguf -c 8192

Then open http://localhost:8080 for the chat UI.

Details

These are GGUF quantizations of TrevorJS/gemma-4-E2B-it-uncensored, an abliterated (uncensored) version of google/gemma-4-E2B-it. Refusal behavior has been removed using norm-preserving biprojected abliteration.

See the bf16 model card for full method details, before/after refusal rates, and cross-dataset validation results.

Source code: TrevorJS/gemma-4-abliteration

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

4-bit

8-bit

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

Model tree for Carl03/gemma-4-E2B-it-uncensored-GGUF

Quantized
(14)
this model