Instructions to use Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
Use Docker
docker model run hf.co/Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
- LM Studio
- Jan
- Ollama
How to use Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF with Ollama:
ollama run hf.co/Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
- Unsloth Desktop
- Docker Model Runner
How to use Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF with Docker Model Runner:
docker model run hf.co/Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
- Lemonade
How to use Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF:Q8_0
Run and chat with the model
lemonade run user.DeepSeek-V3.2-dense-attn-GGUF-Q8_0
List all available models
lemonade list
- Atomic Chat
🚨 EXPERIMENTAL 🚨
This is an experimental GGUF conversion following the method described by sszymczyk/fairydreaming to make DeepSeek V3.2 usable in inference using llama.cpp by treating it as a normal DeepSeek V3 model with dense attention. I've embedded the chat template from deepseek-ai/DeepSeek-V3.2-Exp in the metadata for chat completions, however tool calling likely does not work properly as DeepSeek did make changes to the templating for the full version of DeepSeek V3.2, forgoing a Jinja template for Python-based formatting.
This is a custom quant of deepseek-ai/DeepSeek-V3.2 that has the following:
- Q8_0 for the default quantization type (attention, shared experts, etc.)
- Q4_K for the FFN_UP and FFN_GATE tensors
- Q5_K for the FFN_DOWN tensors
The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization.
Model is additionally split with --no-tensor-first-split to enable easier editing of metadata.
- Downloads last month
- 17
8-bit
Model tree for Doctor-Shotgun/DeepSeek-V3.2-dense-attn-GGUF
Base model
deepseek-ai/DeepSeek-V3.2-Exp-Base