Instructions to use ubergarm/DeepSeek-V3.2-Speciale-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 ubergarm/DeepSeek-V3.2-Speciale-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 ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
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 ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
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 ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
Use Docker
docker model run hf.co/ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use ubergarm/DeepSeek-V3.2-Speciale-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ubergarm/DeepSeek-V3.2-Speciale-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ubergarm/DeepSeek-V3.2-Speciale-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
- Ollama
How to use ubergarm/DeepSeek-V3.2-Speciale-GGUF with Ollama:
ollama run hf.co/ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
- Unsloth Studio
How to use ubergarm/DeepSeek-V3.2-Speciale-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ubergarm/DeepSeek-V3.2-Speciale-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ubergarm/DeepSeek-V3.2-Speciale-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ubergarm/DeepSeek-V3.2-Speciale-GGUF to start chatting
- Docker Model Runner
How to use ubergarm/DeepSeek-V3.2-Speciale-GGUF with Docker Model Runner:
docker model run hf.co/ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
- Lemonade
How to use ubergarm/DeepSeek-V3.2-Speciale-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ubergarm/DeepSeek-V3.2-Speciale-GGUF:Q2_K
Run and chat with the model
lemonade run user.DeepSeek-V3.2-Speciale-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00001-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00002-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00003-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00004-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00005-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00006-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00007-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00008-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00009-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00010-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00011-of-00012.gguf +3 -0
- IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00012-of-00012.gguf +3 -0
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00001-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9405bb16e25dadfcf91e9fc094b8e47e5bd731d6fd9a5d90de527f0f1b280c9a
|
| 3 |
+
size 5237952
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00002-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c14645a048403ed9e63bc654152371881797aa078e5c90819be98455a543cef7
|
| 3 |
+
size 45760347136
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00003-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ecb07af66bee1b17653174114e6ce69195d49ac9904f06db554f309c339afd5
|
| 3 |
+
size 45774953344
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00004-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b1fc2368956f5f301d1751b8ea6818a5aa173255712016cd2d673db67c43fdb
|
| 3 |
+
size 45246471072
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00005-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a683de40e9455469f24ae6cc25a645ea1feef322341680c138318f1ef1a457
|
| 3 |
+
size 45499470656
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00006-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfec4c17bcedb1e64048c7b6743cd38eb9c325c74687e326e444dc7980819e23
|
| 3 |
+
size 45774953376
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00007-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31d27cfe4bc6b6c62edd29fc4a73f7017e168c559d39ce94fee8cb19af198d2d
|
| 3 |
+
size 45246471072
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00008-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:481ae74e8559e6a6c6c7ff86f5a19e1785297863cfba3095a2ddb49d80fff01b
|
| 3 |
+
size 45499470656
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00009-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4fd3e9efbbcd528f41132d0be5bd396ea9cfa0026dbbf2492cf038c71639ba9
|
| 3 |
+
size 45774953376
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00010-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9c8abd70546524dfdfcd8dc40d50298d63d546e0da3b9e532e1b95a6296d91
|
| 3 |
+
size 45246471072
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00011-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4532b25087db44a8f34e4854088d9767dfd5becbb9e5c6179d163abe0da308fb
|
| 3 |
+
size 45499470656
|
IQ5_K/DeepSeek-V3.2-Speciale-IQ5_K-00012-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcbf0081a26db292e9495027a419987f3c559f312f5f5fd3ce311b75493a33bf
|
| 3 |
+
size 43394434112
|