BF16 (bfloat16)| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|---|---|---|---|---|---|
| DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf | Q8_0 | 16.70GB | ✅ Available | ⚪ Static | 📦 No |
| DeepSeek-Coder-V2-Lite-Base.Q6_K.gguf | Q6_K | 14.07GB | ✅ Available | ⚪ Static | 📦 No |
| DeepSeek-Coder-V2-Lite-Base.Q4_K.gguf | Q4_K | 10.36GB | ✅ Available | 🟢 IMatrix | 📦 No |
| DeepSeek-Coder-V2-Lite-Base.Q3_K.gguf | Q3_K | 8.13GB | ✅ Available | 🟢 IMatrix | 📦 No |
| DeepSeek-Coder-V2-Lite-Base.Q2_K.gguf | Q2_K | 6.43GB | ✅ Available | 🟢 IMatrix | 📦 No |
pip install -U "huggingface_hub[cli]"huggingface-cli download legraphista/DeepSeek-Coder-V2-Lite-Base-IMat-GGUF --include "DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf" --local-dir ./huggingface-cli download legraphista/DeepSeek-Coder-V2-Lite-Base-IMat-GGUF --include "DeepSeek-Coder-V2-Lite-Base.Q8_0/*" --local-dir ./
# see FAQ for merging GGUF's<|begin▁of▁sentence|>User: {user_prompt}
Assistant: {assistant_response}<|end▁of▁sentence|>User: {next_user_prompt}
<|begin▁of▁sentence|>{system_prompt}
User: {user_prompt}
Assistant: {assistant_response}<|end▁of▁sentence|>User: {next_user_prompt}
llama.cpp/main -m DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"gguf-split available
gguf-split, navigate to https://github.com/ggerganov/llama.cpp/releasesgguf-splitDeepSeek-Coder-V2-Lite-Base.Q8_0)gguf-split --merge DeepSeek-Coder-V2-Lite-Base.Q8_0/DeepSeek-Coder-V2-Lite-Base.Q8_0-00001-of-XXXXX.gguf DeepSeek-Coder-V2-Lite-Base.Q8_0.gguf
gguf-split to the first chunk of the split.