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

๐Ÿ›‘ Note: not every quant is displayed on the table on the right, you can find everything here.

Using llama.cpp release b3804 for quantization.

Original model: https://huggingface.co/ifable/gemma-2-Ifable-9B

All quants were made using the imatrix option (except BF16, that's the original precision). The imatrix was generated with the dataset from here, using the BF16 GGUF with a context size of 8192 tokens (default is 512 but higher/same as model context size should improve quality) and 13 chunks.

How to make your own quants:

https://github.com/ggerganov/llama.cpp/tree/master/examples/imatrix

https://github.com/ggerganov/llama.cpp/tree/master/examples/quantize

Downloads last month
163
GGUF
Model size
9B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for Hampetiudo/gemma-2-Ifable-9B-i1-GGUF

Quantized
(12)
this model