How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Abiray/gemma-4-E4B-it-OBLITERATED-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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