giladgd/gemma-4-26B-A4B-it-GGUF overview
gemma 4 26B A4B it GGUF NOTE Read our blog post https://node llama cpp.withcat.ai/blog/v3.19 gemma 4 to learn more about using Gemma 4 with node llama cpp Stat…
Runs locally from ~440.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gemma-4-26B-A4B-it.BF16.gguf | GGUF | GGUF | 47.04 GB | Download |
| gemma-4-26B-A4B-it.Q2_K.gguf | GGUF | GGUF | 9.86 GB | Download |
| gemma-4-26B-A4B-it.Q3_K_L.gguf | GGUF | GGUF | 12.88 GB | Download |
| gemma-4-26B-A4B-it.Q3_K_M.gguf | GGUF | GGUF | 12.37 GB | Download |
| gemma-4-26B-A4B-it.Q3_K_S.gguf | GGUF | GGUF | 11.38 GB | Download |
| gemma-4-26B-A4B-it.Q4_0.gguf | GGUF | GGUF | 13.45 GB | Download |
| gemma-4-26B-A4B-it.Q4_K_M.gguf | GGUF | GGUF | 15.64 GB | Download |
| gemma-4-26B-A4B-it.Q4_K_S.gguf | GGUF | GGUF | 14.40 GB | Download |
| gemma-4-26B-A4B-it.Q5_0.gguf | GGUF | GGUF | 16.30 GB | Download |
| gemma-4-26B-A4B-it.Q5_K_M.gguf | GGUF | GGUF | 17.82 GB | Download |
| gemma-4-26B-A4B-it.Q5_K_S.gguf | GGUF | GGUF | 16.75 GB | Download |
| gemma-4-26B-A4B-it.Q6_K.gguf | GGUF | GGUF | 21.08 GB | Download |
| gemma-4-26B-A4B-it.Q8_0.gguf | GGUF | GGUF | 25.02 GB | Download |
| mmproj/gemma-4-26B-A4B-it.mmproj.BF16.gguf | GGUF | GGUF | 1.11 GB | Download |
| mmproj/gemma-4-26B-A4B-it.mmproj.Q8_0.gguf | GGUF | GGUF | 769.1 MB | Download |
| mtp/gemma-4-26B-A4B-it.mtp.BF16.gguf | GGUF | GGUF | 815.6 MB | Download |
| mtp/gemma-4-26B-A4B-it.mtp.Q8_0.gguf | GGUF | GGUF | 440.4 MB | Download |
Model Details
| Model ID | giladgd/gemma-4-26B-A4B-it-GGUF |
|---|---|
| Author | giladgd |
| Pipeline | image-text-to-text |
| License | apache-2.0 |
| Base model | google/gemma-4-26B-A4B-it |
| Last modified | 2026-06-28T22:22:26.000Z |
Model README
---
library_name: node-llama-cpp
license: apache-2.0
license_link: https://ai.google.dev/gemma/docs/gemma_4_license
pipeline_tag: image-text-to-text
base_model: google/gemma-4-26B-A4B-it
quantized_by: giladgd
tags:
- node-llama-cpp
- llama.cpp
- conversational
---
gemma-4-26B-A4B-it-GGUF
> [!NOTE]
> Read our blog post to learn more about using Gemma 4 with node-llama-cpp
Static quants of google/gemma-4-26B-A4B-it.
Quants
| Link | URI | Quant | Size |
|:-----|:--------------------------------------------------|:------|-----:|
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q2_K | Q2_K | 10.6GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q3_K_S | Q3_K_S | 12.2GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q3_K_M | Q3_K_M | 13.3GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q3_K_L | Q3_K_L | 13.8GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q4_0 | Q4_0 | 14.4GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_S | Q4_K_S | 15.5GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_M | Q4_K_M | 16.8GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q5_0 | Q5_0 | 17.5GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q5_K_S | Q5_K_S | 18.0GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q5_K_M | Q5_K_M | 19.1GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q6_K | Q6_K | 22.6GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q8_0 | Q8_0 | 26.9GB |
| GGUF | hf:giladgd/gemma-4-26B-A4B-it-GGUF:BF16 | BF16 | 50.5GB |
> [!TIP]
> Download a quant using node-llama-cpp (more info):
> ```bash
> npx -y node-llama-cpp pull <URI>
> ```
Usage
Use with node-llama-cpp (recommended)
Ensure you have node.js installed:
brew install nodejs
CLI
Chat with the model:
npx -y node-llama-cpp chat hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_M
Code
Use it in your project:
npm install node-llama-cpp
import {getLlama, resolveModelFile, LlamaChatSession} from "node-llama-cpp";
const modelUri = "hf:giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_M";
const llama = await getLlama();
const model = await llama.loadModel({
modelPath: await resolveModelFile(modelUri)
});
const context = await model.createContext();
const session = new LlamaChatSession({
contextSequence: context.getSequence()
});
const q1 = "Hi there, how are you?";
console.log("User: " + q1);
const a1 = await session.prompt(q1);
console.log("AI: " + a1);
> [!TIP]
> Read the getting started guide to quickly scaffold a new node-llama-cpp project
Use with llama.cpp
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
CLI
llama-cli -hf giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_M -p "The meaning to life and the universe is"
Server
llama-server -hf giladgd/gemma-4-26B-A4B-it-GGUF:Q4_K_M -c 2048Run giladgd/gemma-4-26B-A4B-it-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models