GraySoft
Projects Models About FAQ Contact Download guIDE →

jackapan/phi-4-mini-instruct-q4_k_m-gguf Q4_K_M 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

jackapan/phi-4-mini-instruct-q4_k_m-gguf overview

This model was converted to GGUF format from microsoft/Phi-4-mini-instruct using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

transformersggufnlpcodellama-cppgguf-my-repotext-generationmultilingualarzhcsdanlenfifrdehehuitjakonoplptruessvthtr
jackapan/phi-4-mini-instruct-q4_k_m-gguf visual
Downloads
301
Likes
1
Pipeline
text-generation
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

1 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
phi-4-mini-instruct-q4_k_m.gguf GGUF Q4_K_M 2.32 GB Download

Model Details Live

Model Slug
jackapan/phi-4-mini-instruct-q4_k_m-gguf
Author
Jackapan
Pipeline Task
text-generation
Library
transformers
Created
2026-04-11
Last Modified
2026-04-11
Gated
No
Private
No
HF SHA
b19c2b090ec60c656c50f44ffd2502c51c063c80
License
mit
Language
multilingual, ar, zh, cs, da, nl, en, fi, fr, de, he, hu, it, ja, ko, 'no', pl, pt, ru, es, sv, th, tr, uk
Base Model
microsoft/Phi-4-mini-instruct

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "language": [
      "multilingual",
      "ar",
      "zh",
      "cs",
      "da",
      "nl",
      "en",
      "fi",
      "fr",
      "de",
      "he",
      "hu",
      "it",
      "ja",
      "ko",
      "no",
      "pl",
      "pt",
      "ru",
      "es",
      "sv",
      "th",
      "tr",
      "uk"
    ],
    "library_name": "transformers",
    "license": "mit",
    "license_link": "https://huggingface.co/microsoft/Phi-4-mini-instruct/resolve/main/LICENSE",
    "pipeline_tag": "text-generation",
    "tags": [
      "nlp",
      "code",
      "llama-cpp",
      "gguf-my-repo"
    ],
    "widget": [
      {
        "messages": [
          {
            "role": "user",
            "content": "Can you provide ways to eat combinations of bananas and dragonfruits?"
          }
        ]
      }
    ],
    "base_model": "microsoft/Phi-4-mini-instruct",
    "frontmatter": {
      "language": [
        "multilingual",
        "ar",
        "zh",
        "cs",
        "da",
        "nl",
        "en",
        "fi",
        "fr",
        "de",
        "he",
        "hu",
        "it",
        "ja",
        "ko",
        "'no'",
        "pl",
        "pt",
        "ru",
        "es",
        "sv",
        "th",
        "tr",
        "uk"
      ],
      "library_name": "transformers",
      "license": "mit",
      "license_link": "https://huggingface.co/microsoft/Phi-4-mini-instruct/resolve/main/LICENSE",
      "pipeline_tag": "text-generation",
      "tags": [
        "nlp",
        "code",
        "llama-cpp",
        "gguf-my-repo"
      ],
      "widget": [
        "messages:",
        "role: user"
      ],
      "base_model": "microsoft/Phi-4-mini-instruct"
    },
    "hero_image_url": "",
    "summary": "This model was converted to GGUF format from microsoft/Phi-4-mini-instruct using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlanguage:\n- multilingual\n- ar\n- zh\n- cs\n- da\n- nl\n- en\n- fi\n- fr\n- de\n- he\n- hu\n- it\n- ja\n- ko\n- 'no'\n- pl\n- pt\n- ru\n- es\n- sv\n- th\n- tr\n- uk\nlibrary_name: transformers\nlicense: mit\nlicense_link: https://huggingface.co/microsoft/Phi-4-mini-instruct/resolve/main/LICENSE\npipeline_tag: text-generation\ntags:\n- nlp\n- code\n- llama-cpp\n- gguf-my-repo\nwidget:\n- messages:\n  - role: user\n    content: Can you provide ways to eat combinations of bananas and dragonfruits?\nbase_model: microsoft/Phi-4-mini-instruct\n---\n\n# Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF\nThis model was converted to GGUF format from [`microsoft/Phi-4-mini-instruct`](https://huggingface.co/microsoft/Phi-4-mini-instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.\nRefer to the [original model card](https://huggingface.co/microsoft/Phi-4-mini-instruct) for more details on the model.\n\n## Use with llama.cpp\nInstall llama.cpp through brew (works on Mac and Linux)\n\n```bash\nbrew install llama.cpp\n\n```\nInvoke the llama.cpp server or the CLI.\n\n### CLI:\n```bash\nllama-cli --hf-repo Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF --hf-file phi-4-mini-instruct-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF --hf-file phi-4-mini-instruct-q4_k_m.gguf -c 2048\n```\n\nNote: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.\n\nStep 1: Clone llama.cpp from GitHub.\n```\ngit clone https://github.com/ggerganov/llama.cpp\n```\n\nStep 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).\n```\ncd llama.cpp && LLAMA_CURL=1 make\n```\n\nStep 3: Run inference through the main binary.\n```\n./llama-cli --hf-repo Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF --hf-file phi-4-mini-instruct-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor\n```\n./llama-server --hf-repo Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF --hf-file phi-4-mini-instruct-q4_k_m.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "nlp",
    "code",
    "llama-cpp",
    "gguf-my-repo",
    "text-generation",
    "multilingual",
    "ar",
    "zh",
    "cs",
    "da",
    "nl",
    "en",
    "fi",
    "fr",
    "de",
    "he",
    "hu",
    "it",
    "ja",
    "ko",
    "no",
    "pl",
    "pt",
    "ru",
    "es",
    "sv",
    "th",
    "tr",
    "uk",
    "base_model:microsoft/Phi-4-mini-instruct",
    "base_model:quantized:microsoft/Phi-4-mini-instruct",
    "license:mit",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 1,
  "downloads": 301,
  "gated": false,
  "private": false,
  "last_modified": "2026-04-11T07:54:51.000Z",
  "created_at": "2026-04-11T07:54:42.000Z",
  "pipeline_tag": "text-generation",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "69d9fe42ead4be1ac9ca0161",
  "id": "Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF",
  "modelId": "Jackapan/Phi-4-mini-instruct-Q4_K_M-GGUF",
  "sha": "b19c2b090ec60c656c50f44ffd2502c51c063c80",
  "createdAt": "2026-04-11T07:54:42.000Z",
  "lastModified": "2026-04-11T07:54:51.000Z",
  "author": "Jackapan",
  "downloads": 301,
  "likes": 1,
  "gated": false,
  "private": false,
  "pipeline_tag": "text-generation",
  "library_name": "transformers",
  "siblings_count": 3
}