GraySoft
Projects Models About FAQ Contact Download guIDE →

inferenceillusionist/mini-magnum-12b-v1.1-imat-gguf Q3_K_L 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

inferenceillusionist/mini-magnum-12b-v1.1-imat-gguf overview

>Important Note: Inferencing in llama.cpp has now been merged in PR #8604. Please ensure you are on release b3438 or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Kobold.cpp working as of v1.71. Quantized from mini-magnum-12b-v1.1 fp16 Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 92 chunks and n_ctx=512 Static fp16 will also be included in repo For a brief rundown of iMatrix quant performance please see this PR All quants are verified working prior to uploading to repo for your safety and convenience KL-Divergence Reference Chart (Click on image to view in full size) >Quant-specific Tips: > If you are getting a cudaMalloc failed: out of memory error, try passing an argument for lower context in llama.cpp, e.g. for 8k: -c 8192 > If you have all ampere generation or newer cards, you can use flash attention like so: -fa >* Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit: -ctk q80 -ctv q80 Original model card can be found here

transformersggufiMatMistralbase_model:intervitens/mini-magnum-12b-v1.1base_model:quantized:intervitens/mini-magnum-12b-v1.1license:apache-2.0endpoints_compatibleregion:usconversational
inferenceillusionist/mini-magnum-12b-v1.1-imat-gguf visual
Downloads
2,672
Likes
13
Pipeline
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

18 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
mini-magnum-12B-v1.1-F16.gguf GGUF F16 22.82 GB Download
mini-magnum-12b-v1.1-iMat-IQ2_M.gguf GGUF IQ2_M 4.13 GB Download
mini-magnum-12b-v1.1-iMat-IQ2_S.gguf GGUF IQ2_S 3.85 GB Download
mini-magnum-12b-v1.1-iMat-IQ3_M.gguf GGUF IQ3_M 5.33 GB Download
mini-magnum-12b-v1.1-iMat-IQ3_S.gguf GGUF IQ3_S 5.18 GB Download
mini-magnum-12b-v1.1-iMat-IQ3_XS.gguf GGUF IQ3_XS 4.94 GB Download
mini-magnum-12b-v1.1-iMat-IQ3_XXS.gguf GGUF IQ3_XXS 4.61 GB Download
mini-magnum-12b-v1.1-iMat-IQ4_NL.gguf GGUF IQ4_NL 6.61 GB Download
mini-magnum-12b-v1.1-iMat-IQ4_XS.gguf GGUF IQ4_XS 6.28 GB Download
mini-magnum-12b-v1.1-iMat-Q2_K.gguf GGUF Q2_K 4.46 GB Download
mini-magnum-12b-v1.1-iMat-Q3_K_L.gguf GGUF Q3_K_L 6.11 GB Download
mini-magnum-12b-v1.1-iMat-Q3_K_M.gguf GGUF Q3_K_M 5.67 GB Download
mini-magnum-12b-v1.1-iMat-Q3_K_S.gguf GGUF Q3_K_S 5.15 GB Download
mini-magnum-12b-v1.1-iMat-Q4_K_M.gguf GGUF Q4_K_M 6.96 GB Download
mini-magnum-12b-v1.1-iMat-Q4_K_S.gguf GGUF Q4_K_S 6.63 GB Download
mini-magnum-12b-v1.1-iMat-Q5_K_M.gguf GGUF Q5_K_M 8.13 GB Download
mini-magnum-12b-v1.1-iMat-Q6_K.gguf GGUF Q6_K 9.37 GB Download
mini-magnum-12b-v1.1-iMat-Q8_0.gguf GGUF 12.13 GB Download

Model Details Live

Model Slug
inferenceillusionist/mini-magnum-12b-v1.1-imat-gguf
Author
InferenceIllusionist
Pipeline Task
Library
transformers
Created
2024-07-24
Last Modified
2024-08-01
Gated
No
Private
No
HF SHA
564a6cfa9e55c3385f0c025a34c0c4552711c470
License
apache-2.0
Language
Unknown
Base Model
intervitens/mini-magnum-12b-v1.1

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "base_model": "intervitens/mini-magnum-12b-v1.1",
    "library_name": "transformers",
    "quantized_by": "InferenceIllusionist",
    "tags": [
      "iMat",
      "gguf",
      "Mistral"
    ],
    "license": "apache-2.0",
    "frontmatter": {
      "base_model": "intervitens/mini-magnum-12b-v1.1",
      "library_name": "transformers",
      "quantized_by": "InferenceIllusionist",
      "tags": [
        "iMat",
        "gguf",
        "Mistral"
      ],
      "license": "apache-2.0"
    },
    "hero_image_url": "https://i.imgur.com/P68dXux.png",
    "summary": "> [!WARNING] >Important Note: Inferencing in llama.cpp has now been merged in PR #8604. Please ensure you are on release b3438 or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Kobold.cpp working as of  v1.71.  Quantized from mini-magnum-12b-v1.1 fp16 * Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 92 chunks and n_ctx=512 * Static fp16 will also be included in repo * For a brief rundown of iMatrix quant performance please see this PR * All quants are verified working prior to uploading to repo for your safety and convenience KL-Divergence Reference Chart (Click on image to view in full size)  > [!TIP] >Quant-specific Tips: >* If you are getting a cudaMalloc failed: out of memory error, try passing an argument for lower context in llama.cpp, e.g. for 8k: -c 8192 >* If you have all ampere generation or newer cards, you can use flash attention like so: -fa >* Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit: -ctk q8_0 -ctv q8_0 Original model card can be found here",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nbase_model: intervitens/mini-magnum-12b-v1.1\nlibrary_name: transformers\nquantized_by: InferenceIllusionist\ntags:\n- iMat\n- gguf\n- Mistral\nlicense: apache-2.0\n---\n<img src=\"https://i.imgur.com/P68dXux.png\" width=\"400\"/>\n\n# mini-magnum-12b-v1.1-iMat-GGUF\n\n> [!WARNING]\n><b>Important Note:</b> Inferencing in llama.cpp has now been merged in [PR #8604](https://github.com/ggerganov/llama.cpp/pull/8604). Please ensure you are on release [b3438](https://github.com/ggerganov/llama.cpp/releases/tag/b3438) or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Kobold.cpp working as of  [v1.71](https://github.com/LostRuins/koboldcpp/releases/tag/v1.71). </b>\n\nQuantized from mini-magnum-12b-v1.1 fp16\n* Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 92 chunks and n_ctx=512\n* Static fp16 will also be included in repo\n* For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)\n* <i>All quants are verified working prior to uploading to repo for your safety and convenience</i>\n\n<b>KL-Divergence Reference Chart</b>\n (Click on image to view in full size)\n[<img src=\"https://i.imgur.com/mV0nYdA.png\" width=\"920\"/>](https://i.imgur.com/mV0nYdA.png)\n\n> [!TIP]\n><b>Quant-specific Tips:</b>\n>* If you are getting a `cudaMalloc failed: out of memory` error, try passing an argument for lower context in llama.cpp, e.g. for 8k: `-c 8192`\n>* If you have all ampere generation or newer cards, you can use flash attention like so: `-fa`\n>* Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit: `-ctk q8_0 -ctv q8_0`\n\n\nOriginal model card can be found [here](https://huggingface.co/intervitens/mini-magnum-12b-v1.1)",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "iMat",
    "Mistral",
    "base_model:intervitens/mini-magnum-12b-v1.1",
    "base_model:quantized:intervitens/mini-magnum-12b-v1.1",
    "license:apache-2.0",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 13,
  "downloads": 2672,
  "gated": false,
  "private": false,
  "last_modified": "2024-08-01T21:50:03.000Z",
  "created_at": "2024-07-24T07:02:47.000Z",
  "pipeline_tag": "",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "66a0a71721326ab853e44779",
  "id": "InferenceIllusionist/mini-magnum-12b-v1.1-iMat-GGUF",
  "modelId": "InferenceIllusionist/mini-magnum-12b-v1.1-iMat-GGUF",
  "sha": "564a6cfa9e55c3385f0c025a34c0c4552711c470",
  "createdAt": "2024-07-24T07:02:47.000Z",
  "lastModified": "2024-08-01T21:50:03.000Z",
  "author": "InferenceIllusionist",
  "downloads": 2672,
  "likes": 13,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "transformers",
  "siblings_count": 21
}