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="h4shy/gemma-3-1b-it-fast-GUFF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

I quantized this model for my CPU-only setup: i5-3450 (AVX1). I use it for some behind-the-scenes production tasks and it has been reliable.

Go with the Q5_0 if you want to save your little ram for like a minecraft server or something

Original model: gemma-3-1b-it
Software used for quantization: llama.cpp

Downloads last month
108
GGUF
Model size
1.0B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

5-bit

8-bit

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

Model tree for h4shy/gemma-3-1b-it-fast-GUFF

Quantized
(447)
this model