CoolFace
Modelpublic

dervig/m51Lab-SeoGemma4-v2-31B-GGUF

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes77downloads
Model Card

m51Lab-SeoGemma4-v2-31B-GGUF

GGUF quantizations of m51Lab-SeoGemma4-v2-31B for use with llama.cpp and compatible inference engines.

See the main model card for full details on training, evaluation, and usage.

Available Quantizations

FileSizeDescription
m51Lab-SeoGemma4-v2-31B-F16.gguf58 GBFull precision (F16) — reference quality
m51Lab-SeoGemma4-v2-31B-Q8_0.gguf31 GBRecommended — best quality with quantization
m51Lab-SeoGemma4-v2-31B-Q4_K_M.gguf14 GBGood balance — runs on 24GB+ VRAM

Usage with llama-server

bash
llama-server \
  --model m51Lab-SeoGemma4-v2-31B-Q8_0.gguf \
  --host 0.0.0.0 --port 8000 \
  --n-gpu-layers 999 \
  --ctx-size 50000 \
  --jinja \
  --reasoning-format deepseek-legacy

Critical flags:

  • —--jinja — required for Gemma 4 chat template and native function calling
  • —--reasoning-format deepseek-legacy — preserves thinking in content field

Important Disclaimer

This model is released for research and educational purposes. See the main model card for details.

Credits