π Model Description
base_model: deepseek-ai/DeepSeek-Coder-V2-Instruct inference: false library_name: gguf license: other license_link: LICENSE license_name: deepseek-license pipeline_tag: text-generation quantized_by: legraphista tags:
- quantized
- GGUF
- quantization
- imat
- imatrix
- static
- 8bit
- 6bit
- 5bit
- 4bit
- 3bit
- 2bit
- 1bit
DeepSeek-Coder-V2-Instruct-IMat-GGUF
Llama.cpp imatrix quantization of deepseek-ai/DeepSeek-Coder-V2-InstructOriginal Model: deepseek-ai/DeepSeek-Coder-V2-Instruct
Original dtype: BF16 (bfloat16)
Quantized by: llama.cpp b3166
IMatrix dataset: here
Files
IMatrix
Status: β Available Link: hereCommon Quants
| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|---|---|---|---|---|---|
| DeepSeek-Coder-V2-Instruct.Q80/* | Q80 | 250.62GB | β Available | βͺ Static |
All Quants
| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|---|---|---|---|---|---|
| DeepSeek-Coder-V2-Instruct.Q80/* | Q80 | 250.62GB | β Available | βͺ Static |
Downloading using huggingface-cli
If you do not have hugginface-cli installed:pip install -U "huggingface_hub[cli]"
Download the specific file you want:
huggingface-cli download legraphista/DeepSeek-Coder-V2-Instruct-IMat-GGUF --include "DeepSeek-Coder-V2-Instruct.Q8_0.gguf" --local-dir ./
If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
huggingface-cli download legraphista/DeepSeek-Coder-V2-Instruct-IMat-GGUF --include "DeepSeek-Coder-V2-Instruct.Q8_0/*" --local-dir ./
see FAQ for merging GGUF's
Inference
Simple chat template
<ο½beginβofβsentenceο½>User: {user_prompt}
Assistant: {assistantresponse}<ο½endβofβsentenceο½>User: {nextuser_prompt}
Chat template with system prompt
<ο½beginβofβsentenceο½>{system_prompt}
User: {user_prompt}
Assistant: {assistantresponse}<ο½endβofβsentenceο½>User: {nextuser_prompt}
Llama.cpp
llama.cpp/main -m DeepSeek-Coder-V2-Instruct.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
FAQ
Why is the IMatrix not applied everywhere?
According to this investigation, it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).How do I merge a split GGUF?
- Make sure you have
gguf-splitavailable
gguf-split, navigate to https://github.com/ggerganov/llama.cpp/releases
- Download the appropriate zip for your system from the latest release
- Unzip the archive and you should be able to find gguf-split
- Locate your GGUF chunks folder (ex:
DeepSeek-Coder-V2-Instruct.Q80) - Run
gguf-split --merge DeepSeek-Coder-V2-Instruct.Q80/DeepSeek-Coder-V2-Instruct.Q80-00001-of-XXXXX.gguf DeepSeek-Coder-V2-Instruct.Q80.gguf
gguf-split to the first chunk of the split.
Got a suggestion? Ping me @legraphista!
π GGUF File List
No GGUF files available