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

Shadowplague/Gemory-26B-A4B-NVFP4-GGUF overview

Gemory 26B A4B — Blackwell NVFP4 GGUF This is the first native GGUF release of UltimateIntent/Gemory 26B A4B in NVIDIA Blackwell NVFP4 format GGML TYPE NVFP4 .…

gguftext-generationgemma4nvfp4fp4blackwellrtx-50-seriesroleplaycreative-writingerpablitteratedsillytavernllama-cppkoboldcppenbase_model:UltimateIntent/Gemory-26B-A4B-GGUFbase_model:quantized:UltimateIntent/Gemory-26B-A4B-GGUFlicense:apache-2.0endpoints_compatibleregion:usconversational

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

Downloads
407
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Gemory-26B-A4B-nvfp4.ggufGGUFGGUF14.26 GBDownload

Model Details

Model IDShadowplague/Gemory-26B-A4B-NVFP4-GGUF
AuthorShadowplague
Pipelinetext-generation
Licenseapache-2.0
Base modelUltimateIntent/Gemory-26B-A4B-GGUF
Last modified2026-09-10T16:14:56.000Z

Model README

---

license: apache-2.0

base_model: UltimateIntent/Gemory-26B-A4B-GGUF

tags:

  • text-generation
  • gemma4
  • gguf
  • nvfp4
  • fp4
  • blackwell
  • rtx-50-series
  • roleplay
  • creative-writing
  • erp
  • ablitterated
  • sillytavern
  • llama-cpp
  • koboldcpp

language:

  • en

pipeline_tag: text-generation

library_name: gguf

---

Gemory-26B-A4B — Blackwell NVFP4 GGUF

This is the first native GGUF release of UltimateIntent/Gemory-26B-A4B in NVIDIA Blackwell NVFP4 format (GGML_TYPE_NVFP4).

Designed specifically for local deployment in llama.cpp and kobold.cpp, this quantization achieves high mathematical fidelity and fine-grained micro-scaling (group size 16) while fitting strictly within 16 GB VRAM consumer GPUs (e.g., RTX 5060 Ti / RTX 5070 / RTX 5080).

---

Model Details

  • Base Model: UltimateIntent/Gemory-26B-A4B
  • Architecture: Gemma 4 MoE (26B total parameters, ~4B active per token)
  • Quantization: Native Blackwell NVFP4 (E2M1 weights, UE4M3 scales per 16-element sub-blocks, repacked into 64-element GGML super-blocks)
  • Router Precision: Full BF16 router projection matrices preserved for 100% expert gating coherence
  • Quant File Size: 15.3 GB

---

Benchmark Highlights (Tested on RTX 5060 Ti 16GB, Vulkan Backend)

  • Prompt Processing (pp128): 1,017.68 ± 91.58 tokens/sec via Vulkan Cooperative Matrix 2 (NV_coopmat2).
  • Token Generation (tg32): 65.11 ± 0.15 tokens/sec.
  • Total VRAM Footprint: 14.24 GiB (leaves headroom for OS/desktop compositor without crashing).

---

Why NVFP4 over Standard Q4_0?

  1. Logarithmic Weight Representation (E2M1): Unlike linear integer quantization (Q4_0), FP4 non-linear spacing matches the normal Gaussian bell-curve of neural network weights, placing high density around zero.
  2. Micro-Scaling (Group Size 16): 1 scale factor per 16 weights (compared to 32 in standard Q4_0), preserving emotional nuance, creative vocabulary, and character card adherence in SillyTavern without repetitive cliché loops.

---

How to Run

1. With llama.cpp (b10819+)

Ensure you have a recent build of llama.cpp with Vulkan or CUDA support:

llama-cli \
  -m Gemory-26B-A4B-nvfp4.gguf \
  -ngl 99 \
  -c 4096 \
  -p "<|turn>user\nHello! Tell me a creative story.\n<turn|>\n<|turn>model\n"

2. With llama-server (For SillyTavern / Open WebUI)

llama-server \
  -m Gemory-26B-A4B-nvfp4.gguf \
  -ngl 99 \
  -c 8192 \
  --host 0.0.0.0 --port 8080

In SillyTavern, set API to Text Completion (LLaMA.cpp) or Chat Completion (OpenAI compatible) pointing to http://localhost:8080.

---

Acknowledgments & Credits

Run Shadowplague/Gemory-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