How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
# Run inference directly in the terminal:
llama-cli -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
# Run inference directly in the terminal:
llama-cli -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
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 finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
# Run inference directly in the terminal:
./llama-cli -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
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 finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
Use Docker
docker model run hf.co/finis-est/gemma-4-31b-larkspur-v1-Q6_K:Q6_K
Quick Links

Gemma 4 31B Larkspur v1 โ€” Q6_K GGUF

Q6_K quantization of trashpanda-org/gemma-4-31b-larkspur-v1.

Quant Details

Property Value
Source trashpanda-org/gemma-4-31b-larkspur-v1
Quant Q6_K (6.56 BPW)
Size ~24 GB
Format GGUF (llama.cpp)
Original Precision bf16

Usage

Load with any llama.cpp-compatible runtime (llama.cpp, KoboldCpp, ollama, LM Studio, etc.):

llama-cli -m gemma-4-31b-larkspur-v1-Q6_K.gguf -p "Your prompt here"

Notes

  • Quantized from the bf16 source weights using llama.cpp's convert_hf_to_gguf.py โ†’ llama-quantize
  • Q6_K preserves near-original quality at ~41% of the bf16 size
Downloads last month
40
GGUF
Model size
31B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for finis-est/gemma-4-31b-larkspur-v1-Q6_K

Quantized
(3)
this model