intelligent-internet/ii-medical-8b-1706-gguf Q3_K_S 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
intelligent-internet/ii-medical-8b-1706-gguf overview
About Static quants of https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706
Downloads
531
Likes
30
Pipeline
—
Library
transformers
Visibility
Public
Access
Open
Repository Files & Downloads
11 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| II-Medical-8B-1706.F16.gguf | GGUF | F16 | 15.26 GB | Download |
| II-Medical-8B-1706.Q2_K.gguf | GGUF | Q2_K | 3.06 GB | Download |
| II-Medical-8B-1706.Q3_K_L.gguf | GGUF | Q3_K_L | 4.13 GB | Download |
| II-Medical-8B-1706.Q3_K_M.gguf | GGUF | Q3_K_M | 3.84 GB | Download |
| II-Medical-8B-1706.Q3_K_S.gguf | GGUF | Q3_K_S | 3.51 GB | Download |
| II-Medical-8B-1706.Q4_K_M.gguf | GGUF | Q4_K_M | 4.68 GB | Download |
| II-Medical-8B-1706.Q4_K_S.gguf | GGUF | Q4_K_S | 4.47 GB | Download |
| II-Medical-8B-1706.Q5_K_M.gguf | GGUF | Q5_K_M | 5.45 GB | Download |
| II-Medical-8B-1706.Q5_K_S.gguf | GGUF | Q5_K_S | 5.33 GB | Download |
| II-Medical-8B-1706.Q6_K.gguf | GGUF | Q6_K | 6.26 GB | Download |
| II-Medical-8B-1706.Q8_0.gguf | GGUF | — | 8.11 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": "Intelligent-Internet/II-Medical-8B-1706",
"library_name": "transformers",
"frontmatter": {
"base_model": "Intelligent-Internet/II-Medical-8B-1706",
"library_name": "transformers"
},
"hero_image_url": "",
"summary": "## About Static quants of https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nbase_model: Intelligent-Internet/II-Medical-8B-1706\nlibrary_name: transformers\n---\n## About\n\nStatic quants of https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706\n\n## Provided Quants\n\n(sorted by size, not necessarily quality)\n\n| Link | Type | Size/GB | Notes |\n|:-----|:-----|--------:|:------|\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q2_K.gguf) | Q2_K | 3.4 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q3_K_S.gguf) | Q3_K_S | 3.9 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q3_K_M.gguf) | Q3_K_M | 4.2 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q3_K_L.gguf) | Q3_K_L | 4.5 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q4_K_S.gguf) | Q4_K_S | 4.9 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q4_K_M.gguf) | Q4_K_M | 5.1 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q5_K_S.gguf) | Q5_K_S | 5.8 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q5_K_M.gguf) | Q5_K_M | 6.0 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q6_K.gguf) | Q6_K | 6.8 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.Q8_0.gguf) | Q8_0 | 8.8 | |\n| [GGUF](https://huggingface.co/Intelligent-Internet/II-Medical-8B-1706-GGUF/resolve/main/II-Medical-8B-1706.f16.gguf) | F16 | 16.5 | |\n\n\n## Running II-Medical-8B-1706\n```bash\napt-get update\napt-get install pciutils build-essential cmake curl libcurl4-openssl-dev -y\ngit clone https://github.com/ggml-org/llama.cpp\ncmake llama.cpp -B llama.cpp/build \\\n -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON -DLLAMA_CURL=ON\ncmake --build llama.cpp/build --config Release -j --clean-first --target llama-cli llama-gguf-split\ncp llama.cpp/build/bin/llama-* llama.cpp\n```\n\n```bash\n./llama.cpp/llama-cli \\\n --model path/to/II-Medical-8B-1706.Q8_0.gguf \\\n --threads 32 \\\n --ctx-size 16384 \\\n --n-gpu-layers 99 \\\n -ot \".ffn_.*_exps.=CPU\" \\\n --seed 3407 \\\n --prio 3 \\\n --temp 0.6 \\\n --min-p 0.01 \\\n --top-p 0.9 \\\n -no-cnv \\\n --prompt \"<|im_start|>user\\nI'm feeling unwell. Please help. <|im_end|>\\n<|im_start|>assistant\\n\n```",
"related_quantizations": []
},
"tags": [
"transformers",
"gguf",
"base_model:Intelligent-Internet/II-Medical-8B-1706",
"base_model:quantized:Intelligent-Internet/II-Medical-8B-1706",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 30,
"downloads": 531,
"gated": false,
"private": false,
"last_modified": "2025-06-17T10:41:10.000Z",
"created_at": "2025-06-16T07:14:26.000Z",
"pipeline_tag": "",
"library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
"_id": "684fc452687981b000399ba5",
"id": "Intelligent-Internet/II-Medical-8B-1706-GGUF",
"modelId": "Intelligent-Internet/II-Medical-8B-1706-GGUF",
"sha": "059310190c30981ca1d0cf7a8390cfa68074da4e",
"createdAt": "2025-06-16T07:14:26.000Z",
"lastModified": "2025-06-17T10:41:10.000Z",
"author": "Intelligent-Internet",
"downloads": 531,
"likes": 30,
"gated": false,
"private": false,
"pipeline_tag": "",
"library_name": "transformers",
"siblings_count": 13
}