megabytes/gemma-4-12B-it-heretic-volta-gguf
0521
megabytes/gemma-4-12B-it-heretic-volta-gguf
This repository contains the complete Gemma 4 12B IT QAT Heretic suite specifically optimized for NVIDIA Volta (Compute Capability 7.0 / Tesla V100 / Titan V) GPUs.
Included Models
Optimizations for Volta (sm_70)
- Avoidance of K-Quants (`Q6_K` → `Q8_0`): Eliminates ALU unpacking bottlenecks on Volta CUDA cores for the 262k-token vocabulary.
- Native FP16 Vision Projector (`F16`): Runs vision embeddings directly on Volta's FP16 Tensor Cores without integer dequantization overhead.
- Speculative Decoding Assistant (`Q4_0`): Compressed to 242 MB to maximize speculative drafting throughput.
- Canonical Delimiters & Chat Template: Fully aligned with Gemma 4 turn delimiters (
<|turn>,<turn|>) and Jinja chat templating.
Benchmark Performance (Tesla V100-PCIE-12GB)
Recommended llama.cpp / llama-server Command
./llama-server \
-m ./gemma-4-12b-it-qat-heretic-volta-Q4_0.gguf \
--mmproj ./mmproj-gemma-4-12b-it-qat-heretic-volta-F16.gguf \
--model-draft ./mtp-gemma-4-12b-it-qat-heretic-volta-Q4_0.gguf \
--spec-type draft-mtp \
--spec-draft-n-max 2 \
--poll 100 \
-dev CUDA0 \
-ngl all \
-devd CUDA0 \
-ngld all \
--mmproj-offload \
--spec-draft-backend-sampling \
-fa on \
--jinja