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 h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
# Run inference directly in the terminal:
llama cli -hf h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
# Run inference directly in the terminal:
llama cli -hf h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
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 h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
# Run inference directly in the terminal:
./llama-cli -hf h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
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 h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf h4shy/gemma-3-1b-it-fast-GUFF:Q5_0
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
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