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

โš–๏ธ License and Usage

This repository contains quantized variants of the Gemma language model developed by Google.
The original models and their license can be found at: https://ai.google.dev/gemma/terms

๐Ÿง  Model source: Google / Gemma
๐Ÿช„ Quantized by: c516a

These quantized models are:

  • Provided under the same terms as the original Google Gemma models.
  • Intended only for non-commercial use, research, and experimentation.
  • Redistributed without modification to the underlying model weights, except for format (GGUF) and quantization level.

By using this repository or its contents, you agree to:

  • Comply with the Gemma License Terms,
  • Not use the model or its derivatives for any commercial purposes without a separate license from Google,
  • Acknowledge Google as the original model creator.

๐Ÿ“ข This repository is not affiliated with Google.

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

2-bit

3-bit

4-bit

6-bit

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

Model tree for c516a/gemma-3-12b-it

Quantized
(164)
this model