GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

catlilface/Gemma-4-26B-A4B-NVFP4-GGUF overview

Gemma 4 26B A4B NVFP4 GGUF About This model is an unmodified GGUF quantization of nvidia/Gemma 4 26B A4B NVFP4 https://huggingface.co/nvidia/Gemma 4 26B A4B NV…

ggufimage-text-to-textconversationalbase_model:nvidia/Gemma-4-26B-A4B-NVFP4base_model:quantized:nvidia/Gemma-4-26B-A4B-NVFP4license:apache-2.0endpoints_compatibleregion:us

Runs locally from ~1.11 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
2,186
Likes
8
Pipeline
image-text-to-text

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Gemma4-26b-NVFP4.ggufGGUFGGUF16.46 GBDownload
Gemma4-26b-NVFP4Q8.ggufGGUFGGUF14.38 GBDownload
mmproj-Gemma4-26b-F16.ggufGGUFF161.11 GBDownload

Model Details

Model IDcatlilface/Gemma-4-26B-A4B-NVFP4-GGUF
Authorcatlilface
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelnvidia/Gemma-4-26B-A4B-NVFP4
Last modified2026-07-22T06:42:21.000Z

Model README

---

license: apache-2.0

base_model:

  • nvidia/Gemma-4-26B-A4B-NVFP4

pipeline_tag: image-text-to-text

---

Gemma 4 26B A4B NVFP4 GGUF

About

This model is an unmodified GGUF quantization of nvidia/Gemma-4-26B-A4B-NVFP4, made with the llama.cpp conversion tool.

Please refer to the official NVIDIA repository for quality metrics.

As of now, this repository contains NVFP4 GGUF in two variants: NVFP4 and NVFP4_FP8 of Gemma 4 26B A4B, and a projector file.

Inference

It is recommended to use llamacpp with docker. You can start inferencing this model with the command below:

docker run --rm \
  --runtime nvidia \
  --gpus all \
  -v ~/.cache/huggingface:/root/.cache/huggingface \
  -e HF_HUB_CACHE=/root/.cache/huggingface/hub \
  -p 8080:8080 \
  ghcr.io/ggml-org/llama.cpp:server-cuda13 \
  -hf catlilface/Gemma-4-26B-A4B-NVFP4-GGUF:NVFP4 \
  -c 4000

Adjust llama.cpp parameters to better fit your hardware.

Acknowledgements

Special thanks to ynankani for his contribution, which made this quantization possible.

Run catlilface/Gemma-4-26B-A4B-NVFP4-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models