GraySoft
Projects Models About FAQ Contact Download guIDE →

aessedai/nemotron-cascade-2-30b-a3b-gguf imatrix GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.

Model Intelligence Sheet

aessedai/nemotron-cascade-2-30b-a3b-gguf overview

Description This repo contains specialized MoE-quants for Nemotron-Cascade-2-30B-A3B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.

ggufbase_model:nvidia/Nemotron-Cascade-2-30B-A3Bbase_model:quantized:nvidia/Nemotron-Cascade-2-30B-A3Bendpoints_compatibleregion:usimatrixconversational
aessedai/nemotron-cascade-2-30b-a3b-gguf visual
Downloads
2,968
Likes
10
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

9 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
Nemotron-Cascade-2-30B-A3B-IQ4_XS-00001-of-00002.gguf GGUF IQ4_XS 7.51 MB Download
Nemotron-Cascade-2-30B-A3B-IQ4_XS-00002-of-00002.gguf GGUF IQ4_XS 17.59 GB Download
Nemotron-Cascade-2-30B-A3B-Q4_0-00001-of-00002.gguf GGUF 7.51 MB Download
Nemotron-Cascade-2-30B-A3B-Q4_0-00002-of-00002.gguf GGUF 19.30 GB Download
Nemotron-Cascade-2-30B-A3B-Q4_K_M-00001-of-00002.gguf GGUF Q4_K_M 7.51 MB Download
Nemotron-Cascade-2-30B-A3B-Q4_K_M-00002-of-00002.gguf GGUF Q4_K_M 21.87 GB Download
Nemotron-Cascade-2-30B-A3B-Q5_K_M-00001-of-00002.gguf GGUF Q5_K_M 7.51 MB Download
Nemotron-Cascade-2-30B-A3B-Q5_K_M-00002-of-00002.gguf GGUF Q5_K_M 27.00 GB Download
imatrix.gguf GGUF 52.75 MB Download

Model Details Live

Model Slug
aessedai/nemotron-cascade-2-30b-a3b-gguf
Author
AesSedai
Pipeline Task
Library
Created
2026-03-22
Last Modified
2026-03-22
Gated
No
Private
No
HF SHA
bf642038c3a322830287afda961fb7d5dadb2212
License
Unknown
Language
Unknown
Base Model
nvidia/Nemotron-Cascade-2-30B-A3B

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "base_model": [
      "nvidia/Nemotron-Cascade-2-30B-A3B"
    ],
    "frontmatter": {
      "base_model": [
        "nvidia/Nemotron-Cascade-2-30B-A3B"
      ]
    },
    "hero_image_url": "kld_data/01_kld_vs_filesize.png \"Chart showing Pareto KLD analysis of quants\"",
    "summary": "## Description This repo contains specialized MoE-quants for Nemotron-Cascade-2-30B-A3B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nbase_model:\n- nvidia/Nemotron-Cascade-2-30B-A3B\n---\n## Description\n\nThis repo contains specialized MoE-quants for Nemotron-Cascade-2-30B-A3B. The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.\n\n## Notes\n\nThis model is a little weird, similarly to the other recent Nemotrons. There isn't a `ffn_gate_exps` tensor in it, and the `ffn_up_exps` and `ffn_down_exps` tensors have `2688` elements in it which means that it is not compatible with most Q*_K quantizations.\n\nTherefore, most of the quants have to use IQ4_NL, Q4_0/Q4_1, and Q5_0/Q5_1 quantizations for the FFNs.\n\n| Quant | Size | Mixture | PPL | 1-(Mean PPL(Q)/PPL(base)) | KLD |\n| :--------- | :--------- | :------- | :------- | :------- | :------- |\n| Q8_0 | 31.27 GiB (8.51 BPW) | Q8_0 (reference) | 9.743360 ± 0.072693 | +0.1278% | 0.003439 ± 0.000025 |\n| Q5_K_M | 27.00 GiB (7.34 BPW) | Q8_0 / Q5_1 / X / Q8_0 | 9.752863 ± 0.072779 | +0.2255% | 0.004316 ± 0.000033 |\n| Q4_K_M | 21.87 GiB (5.95 BPW) | Q8_0 / Q5_0 / X / Q5_1 | 9.760517 ± 0.072841 | +0.3041% | 0.005375 ± 0.000036 |\n| Q4_0 | 19.30 GiB (5.25 BPW) | Q8_0 / Q4_0 / X / Q5_0| 9.775306 ± 0.072933 | +0.4561% | 0.008387 ± 0.000053 |\n| IQ4_XS | 17.59 GiB (4.79 BPW) | Q8_0 / IQ4_NL / X / IQ4_NL | 9.802367 ± 0.073142 | +0.7342% | 0.009969 ± 0.000062 |\n\n![kld_graph](kld_data/01_kld_vs_filesize.png \"Chart showing Pareto KLD analysis of quants\")\n![ppl_graph](kld_data/02_ppl_vs_filesize.png \"Chart showing Pareto PPL analysis of quants\")",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "base_model:nvidia/Nemotron-Cascade-2-30B-A3B",
    "base_model:quantized:nvidia/Nemotron-Cascade-2-30B-A3B",
    "endpoints_compatible",
    "region:us",
    "imatrix",
    "conversational"
  ],
  "likes": 10,
  "downloads": 2968,
  "gated": false,
  "private": false,
  "last_modified": "2026-03-22T05:50:20.000Z",
  "created_at": "2026-03-22T05:32:03.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "69bf7ed3f46b7dff73452528",
  "id": "AesSedai/Nemotron-Cascade-2-30B-A3B-GGUF",
  "modelId": "AesSedai/Nemotron-Cascade-2-30B-A3B-GGUF",
  "sha": "bf642038c3a322830287afda961fb7d5dadb2212",
  "createdAt": "2026-03-22T05:32:03.000Z",
  "lastModified": "2026-03-22T05:50:20.000Z",
  "author": "AesSedai",
  "downloads": 2968,
  "likes": 10,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 19
}