GraySoft
Projects Models About FAQ Contact Download guIDE →

hdnh2006/deepseek-r1-distill-qwen-1.5b-gguf Q8_0 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

hdnh2006/deepseek-r1-distill-qwen-1.5b-gguf overview

This repository contains GGUF format model files for DeepSeek-R1-Distill-Qwen-1.5B, quantized using llama.cpp. All the models have been quantized following the instructions provided by llama.cpp. This is:

transformersggufdeepseekllama.cpptext-generationbase_model:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Bbase_model:quantized:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Blicense:apache-2.0endpoints_compatibleregion:usconversational
hdnh2006/deepseek-r1-distill-qwen-1.5b-gguf visual
Downloads
392
Likes
3
Pipeline
text-generation
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

15 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
DeepSeek-R1-Distill-Qwen-1.5B-F16.gguf GGUF F16 3.32 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q2_K.gguf GGUF Q2_K 718.00 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_L.gguf GGUF Q3_K_L 935.02 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf GGUF Q3_K_M 881.63 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_S.gguf GGUF Q3_K_S 821.33 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q4_0.gguf GGUF 1016.83 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q4_1.gguf GGUF 1.08 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf GGUF Q4_K_M 1.04 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_S.gguf GGUF Q4_K_S 1021.94 MB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q5_0.gguf GGUF 1.17 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q5_1.gguf GGUF 1.26 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_M.gguf GGUF Q5_K_M 1.20 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_S.gguf GGUF Q5_K_S 1.17 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q6_K.gguf GGUF Q6_K 1.36 GB Download
DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf GGUF 1.76 GB Download

Model Details Live

Model Slug
hdnh2006/deepseek-r1-distill-qwen-1.5b-gguf
Author
hdnh2006
Pipeline Task
text-generation
Library
transformers
Created
2025-01-23
Last Modified
2025-06-02
Gated
No
Private
No
HF SHA
4829bbab1743dfe3b4422c0de704dead67a5eabb
License
apache-2.0
Language
Unknown
Base Model
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "apache-2.0",
    "base_model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
    "tags": [
      "deepseek",
      "llama.cpp"
    ],
    "library_name": "transformers",
    "pipeline_tag": "text-generation",
    "quantized_by": "hdnh2006",
    "frontmatter": {
      "license": "apache-2.0",
      "base_model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
      "tags": [
        "deepseek",
        "llama.cpp"
      ],
      "library_name": "transformers",
      "pipeline_tag": "text-generation",
      "quantized_by": "hdnh2006"
    },
    "hero_image_url": "",
    "summary": "This repository contains GGUF format model files for DeepSeek-R1-Distill-Qwen-1.5B, quantized using llama.cpp. All the models have been quantized following the instructions provided by llama.cpp. This is: ``bash # obtain the official LLaMA model weights and place them in ./models ls ./models llama-2-7b tokenizer_checklist.chk tokenizer.model # [Optional] for models using BPE tokenizers ls ./models  vocab.json # [Optional] for PyTorch .bin models like Mistral-7B ls ./models  # install Python dependencies python3 -m pip install -r requirements.txt # convert the model to ggml FP16 format python3 convert_hf_to_gguf.py models/mymodel/ # quantize the model to 4-bits (using Q4_K_M method) ./llama-quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M # update the gguf filetype to current version if older version is now unsupported ./llama-quantize ./models/mymodel/ggml-model-Q4_K_M.gguf ./models/mymodel/ggml-model-Q4_K_M-v2.gguf COPY ``",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlicense: apache-2.0\nbase_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B\ntags:\n  - deepseek\n  - llama.cpp\nlibrary_name: transformers\npipeline_tag: text-generation\nquantized_by: hdnh2006\n---\n\n# DeepSeek-R1-Distill-Qwen-1.5B GGUF llama.cpp quantization by [Henry Navarro](https://henrynavarro.org) 🧠🤖\n\n\nThis repository contains GGUF format model files for DeepSeek-R1-Distill-Qwen-1.5B, quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp).\n\nAll the models have been quantized following the [instructions](https://github.com/ggerganov/llama.cpp/blob/master/examples/quantize/README.md#quantize) provided by llama.cpp. This is:\n```bash\n# obtain the official LLaMA model weights and place them in ./models\nls ./models\nllama-2-7b tokenizer_checklist.chk tokenizer.model\n# [Optional] for models using BPE tokenizers\nls ./models\n<folder containing weights and tokenizer json> vocab.json\n# [Optional] for PyTorch .bin models like Mistral-7B\nls ./models\n<folder containing weights and tokenizer json>\n\n# install Python dependencies\npython3 -m pip install -r requirements.txt\n\n# convert the model to ggml FP16 format\npython3 convert_hf_to_gguf.py models/mymodel/\n\n# quantize the model to 4-bits (using Q4_K_M method)\n./llama-quantize ./models/mymodel/ggml-model-f16.gguf ./models/mymodel/ggml-model-Q4_K_M.gguf Q4_K_M\n\n# update the gguf filetype to current version if older version is now unsupported\n./llama-quantize ./models/mymodel/ggml-model-Q4_K_M.gguf ./models/mymodel/ggml-model-Q4_K_M-v2.gguf COPY\n```\n\n\n## Model Details\n\nOriginal model: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B\n\n## Summary models 📋\n| Filename | Quant type | Description |\n| -------- | ---------- | ----------- |\n| [DeepSeek-R1-Distill-Qwen-1.5B-F16.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-F16.gguf) | F16 | Half precision, no quantization applied |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf) | Q8_0 | 8-bit quantization, highest quality, largest size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q6_K.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q6_K.gguf) | Q6_K | 6-bit quantization, very high quality |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q5_1.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q5_1.gguf) | Q5_1 | 5-bit quantization, good balance of quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_M.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_M.gguf) | Q5_K_M | 5-bit quantization, good balance of quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_S.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q5_K_S.gguf) | Q5_K_S | 5-bit quantization, good balance of quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q5_0.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q5_0.gguf) | Q5_0 | 5-bit quantization, good balance of quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q4_1.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q4_1.gguf) | Q4_1 | 4-bit quantization, balanced quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf) | Q4_K_M | 4-bit quantization, balanced quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_S.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_S.gguf) | Q4_K_S | 4-bit quantization, balanced quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q4_0.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q4_0.gguf) | Q4_0 | 4-bit quantization, balanced quality and size |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_L.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_L.gguf) | Q3_K_L | 3-bit quantization, smaller size, lower quality |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf) | Q3_K_M | 3-bit quantization, smaller size, lower quality |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_S.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_S.gguf) | Q3_K_S | 3-bit quantization, smaller size, lower quality |\n| [DeepSeek-R1-Distill-Qwen-1.5B-Q2_K.gguf](https://huggingface.co/hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B/blob/main/DeepSeek-R1-Distill-Qwen-1.5B-Q2_K.gguf) | Q2_K | 2-bit quantization, smallest size, lowest quality |\n\n\n## Usage with Ollama 🦙\n\n### Direct from Ollama\n```\nollama run hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B\n```\n\n## Download Models Using huggingface-cli 🤗\n\n### Installation of `huggingface_hub[cli]`\n```bash\npip install -U \"huggingface_hub[cli]\"\n```\n\n### Downloading Specific Model Files\n```bash\nhuggingface-cli download hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B --include \"DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf\" --local-dir ./\n```\n\n## Which File Should I Choose? 📈\n\nA comprehensive analysis with performance charts is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9).\n\n### Assessing System Capabilities\n1. **Determine Your Model Size**: Start by checking the amount of RAM and VRAM available in your system. This will help you decide the largest possible model you can run.\n2. **Optimizing for Speed**:\n    - **GPU Utilization**: To run your model as quickly as possible, aim to fit the entire model into your GPU's VRAM. Pick a version that’s 1-2GB smaller than the total VRAM.\n3. **Maximizing Quality**:\n    - **Combined Memory**: For the highest possible quality, sum your system RAM and GPU's VRAM. Then choose a model that's 1-2GB smaller than this combined total.\n\n### Deciding Between 'I-Quant' and 'K-Quant'\n1. **Simplicity**:\n    - **K-Quant**: If you prefer a straightforward approach, select a K-quant model. These are labeled as 'QX_K_X', such as Q5_K_M.\n2. **Advanced Configuration**:\n    - **Feature Chart**: For a more nuanced choice, refer to the [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix).\n    - **I-Quant Models**: Best suited for configurations below Q4 and for systems running cuBLAS (Nvidia) or rocBLAS (AMD). These are labeled 'IQX_X', such as IQ3_M, and offer better performance for their size.\n    - **Compatibility Considerations**:\n        - **I-Quant Models**: While usable on CPU and Apple Metal, they perform slower compared to their K-quant counterparts. The choice between speed and performance becomes a significant tradeoff.\n        - **AMD Cards**: Verify if you are using the rocBLAS build or the Vulkan build. I-quants are not compatible with Vulkan.\n        - **Current Support**: At the time of writing, LM Studio offers a preview with ROCm support, and other inference engines provide specific ROCm builds.\n\nBy following these guidelines, you can make an informed decision on which file best suits your system and performance needs.\n\n\n## Contact 🌐\nWebsite: henrynavarro.org\n\nEmail: public.contact.rerun407@simplelogin.com\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "deepseek",
    "llama.cpp",
    "text-generation",
    "base_model:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
    "base_model:quantized:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
    "license:apache-2.0",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 3,
  "downloads": 392,
  "gated": false,
  "private": false,
  "last_modified": "2025-06-02T13:41:53.000Z",
  "created_at": "2025-01-23T16:50:12.000Z",
  "pipeline_tag": "text-generation",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "67927344e5788641aafc7fa6",
  "id": "hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B-GGUF",
  "modelId": "hdnh2006/DeepSeek-R1-Distill-Qwen-1.5B-GGUF",
  "sha": "4829bbab1743dfe3b4422c0de704dead67a5eabb",
  "createdAt": "2025-01-23T16:50:12.000Z",
  "lastModified": "2025-06-02T13:41:53.000Z",
  "author": "hdnh2006",
  "downloads": 392,
  "likes": 3,
  "gated": false,
  "private": false,
  "pipeline_tag": "text-generation",
  "library_name": "transformers",
  "siblings_count": 17
}