matrixportalx/deepseek-r1-distill-llama-8b-gguf Q5_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
matrixportalx/deepseek-r1-distill-llama-8b-gguf overview
This model was converted to GGUF format from deepseek-ai/DeepSeek-R1-Distill-Llama-8B using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.
Downloads
1,075
Likes
2
Pipeline
—
Library
transformers
Visibility
Public
Access
Open
Repository Files & Downloads
12 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| deepseek-r1-distill-llama-8b-q2_k.gguf | GGUF | Q2_K | 2.96 GB | Download |
| deepseek-r1-distill-llama-8b-q3_k_l.gguf | GGUF | Q3_K_L | 4.03 GB | Download |
| deepseek-r1-distill-llama-8b-q3_k_m.gguf | GGUF | Q3_K_M | 3.74 GB | Download |
| deepseek-r1-distill-llama-8b-q3_k_s.gguf | GGUF | Q3_K_S | 3.41 GB | Download |
| deepseek-r1-distill-llama-8b-q4_0.gguf | GGUF | — | 4.34 GB | Download |
| deepseek-r1-distill-llama-8b-q4_k_m.gguf | GGUF | Q4_K_M | 4.58 GB | Download |
| deepseek-r1-distill-llama-8b-q4_k_s.gguf | GGUF | Q4_K_S | 4.37 GB | Download |
| deepseek-r1-distill-llama-8b-q5_0.gguf | GGUF | — | 5.21 GB | Download |
| deepseek-r1-distill-llama-8b-q5_k_m.gguf | GGUF | Q5_K_M | 5.34 GB | Download |
| deepseek-r1-distill-llama-8b-q5_k_s.gguf | GGUF | Q5_K_S | 5.21 GB | Download |
| deepseek-r1-distill-llama-8b-q6_k.gguf | GGUF | Q6_K | 6.14 GB | Download |
| deepseek-r1-distill-llama-8b-q8_0.gguf | GGUF | — | 7.95 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"license": "mit",
"library_name": "transformers",
"tags": [
"llama-cpp",
"gguf-my-repo"
],
"base_model": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
"frontmatter": {
"license": "mit",
"library_name": "transformers",
"tags": [
"llama-cpp",
"gguf-my-repo"
],
"base_model": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
},
"hero_image_url": "",
"summary": "This model was converted to GGUF format from deepseek-ai/DeepSeek-R1-Distill-Llama-8B 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": "---\nlicense: mit\nlibrary_name: transformers\ntags:\n- llama-cpp\n- gguf-my-repo\nbase_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B\n---\n\n# matrixportal/DeepSeek-R1-Distill-Llama-8B-GGUF\nThis model was converted to GGUF format from [`deepseek-ai/DeepSeek-R1-Distill-Llama-8B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) 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/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) 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 matrixportal/DeepSeek-R1-Distill-Llama-8B-GGUF --hf-file deepseek-r1-distill-llama-8b-q3_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo matrixportal/DeepSeek-R1-Distill-Llama-8B-GGUF --hf-file deepseek-r1-distill-llama-8b-q3_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 matrixportal/DeepSeek-R1-Distill-Llama-8B-GGUF --hf-file deepseek-r1-distill-llama-8b-q3_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo matrixportal/DeepSeek-R1-Distill-Llama-8B-GGUF --hf-file deepseek-r1-distill-llama-8b-q3_k_m.gguf -c 2048\n```\n",
"related_quantizations": []
},
"tags": [
"transformers",
"gguf",
"llama-cpp",
"gguf-my-repo",
"base_model:deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
"base_model:quantized:deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
"license:mit",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 2,
"downloads": 1075,
"gated": false,
"private": false,
"last_modified": "2025-01-30T16:40:36.000Z",
"created_at": "2025-01-20T13:03:31.000Z",
"pipeline_tag": "",
"library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
"_id": "678e49a3281a0e32fedb3794",
"id": "matrixportalx/DeepSeek-R1-Distill-Llama-8B-GGUF",
"modelId": "matrixportalx/DeepSeek-R1-Distill-Llama-8B-GGUF",
"sha": "52ace9042a8a5a99d7aa39218068215cdbebcac3",
"createdAt": "2025-01-20T13:03:31.000Z",
"lastModified": "2025-01-30T16:40:36.000Z",
"author": "matrixportalx",
"downloads": 1075,
"likes": 2,
"gated": false,
"private": false,
"pipeline_tag": "",
"library_name": "transformers",
"siblings_count": 14
}