How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "h4shy/gemma-3-1b-it-fast-GUFF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "h4shy/gemma-3-1b-it-fast-GUFF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
Quick Links

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
106
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
(448)
this model