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

gemma-4-E4B-it-OBLITERATED - GGUF

These are quantized GGUF format files for OBLITERATUS/gemma-4-E4B-it-OBLITERATED.

Available Quantizations

The following quantization methods are provided to suit different memory and performance requirements:

Filename Quant Type Description
gemma-4-E4B-it-obliterated-Q3_K_M.gguf Q3_K_M Very small, high quality loss. Good for extreme low-VRAM scenarios.
gemma-4-E4B-it-obliterated-Q4_0.gguf Q4_0 Legacy format. Fast, but generally superseded by K-quants.
gemma-4-E4B-it-obliterated-Q4_K_M.gguf Q4_K_M Recommended. Excellent balance of size, speed, and minimal quality loss.
gemma-4-E4B-it-obliterated-Q5_0.gguf Q5_0 Legacy format. Slightly higher quality and larger than Q4_0.
gemma-4-E4B-it-obliterated-Q5_K_M.gguf Q5_K_M High quality. Recommended if you have enough RAM/VRAM to spare over Q4_K_M.
gemma-4-E4B-it-obliterated-Q6_K.gguf Q6_K Very high quality. Near-perfect recreation of the original unquantized model.
gemma-4-E4B-it-obliterated-Q8_0.gguf Q8_0 Extremely high quality. Almost indistinguishable from fp16, but requires significant memory.

How to Use with llama.cpp

Once you have downloaded llama.cpp and compiled it, you can run this model via the command line.

Basic CLI usage:

./llama-cli -m gemma-4-E4B-it-obliterated-Q4_K_M.gguf -p "Your prompt goes here" -n 512
Downloads last month
4,116
GGUF
Model size
7B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

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

Model tree for Abiray/gemma-4-E4B-it-OBLITERATED-GGUF

Quantized
(26)
this model

Collection including Abiray/gemma-4-E4B-it-OBLITERATED-GGUF