Instructions to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K 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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K 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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K # Run inference directly in the terminal: llama cli -hf anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf anikifoss/DeepSeek-V3.1-Terminus-HQ4_K # Run inference directly in the terminal: llama cli -hf anikifoss/DeepSeek-V3.1-Terminus-HQ4_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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K # Run inference directly in the terminal: ./llama-cli -hf anikifoss/DeepSeek-V3.1-Terminus-HQ4_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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
Use Docker
docker model run hf.co/anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
- LM Studio
- Jan
- vLLM
How to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "anikifoss/DeepSeek-V3.1-Terminus-HQ4_K" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "anikifoss/DeepSeek-V3.1-Terminus-HQ4_K", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
- Ollama
How to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K with Ollama:
ollama run hf.co/anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
- Unsloth Studio
How to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K 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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K 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 anikifoss/DeepSeek-V3.1-Terminus-HQ4_K to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for anikifoss/DeepSeek-V3.1-Terminus-HQ4_K to start chatting
- Docker Model Runner
How to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K with Docker Model Runner:
docker model run hf.co/anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
- Lemonade
How to use anikifoss/DeepSeek-V3.1-Terminus-HQ4_K with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull anikifoss/DeepSeek-V3.1-Terminus-HQ4_K
Run and chat with the model
lemonade run user.DeepSeek-V3.1-Terminus-HQ4_K-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +10 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00001-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00002-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00003-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00004-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00005-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00006-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00007-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00008-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00009-of-00010.gguf +3 -0
- DeepSeek-V3.1-Terminus-HQ4_K-00010-of-00010.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00001-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00002-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00003-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00004-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00005-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00006-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00007-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
DeepSeek-V3.1-Terminus-HQ4_K-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-V3.1-Terminus-HQ4_K-00001-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1fd726d1b9f015d158910331fefcccc2a0362563dfc42e5cd3b8e23c6279254
|
| 3 |
+
size 48737776704
|
DeepSeek-V3.1-Terminus-HQ4_K-00002-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a31fae40334e15faa4757945e37f2561ab63562f519df741826ad0c2d643056
|
| 3 |
+
size 48211901664
|
DeepSeek-V3.1-Terminus-HQ4_K-00003-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5014fb3ef39d0394004fd0ce0899209a5e81cbbdb7eb7efaa6b176857c9cb128
|
| 3 |
+
size 49862888480
|
DeepSeek-V3.1-Terminus-HQ4_K-00004-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58fc3ed92ccf06842b0bb2246f5cf01ca090df0860a60bc140357ea6b03b7cb3
|
| 3 |
+
size 48464843840
|
DeepSeek-V3.1-Terminus-HQ4_K-00005-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:482db483027a2035d444a9e1df409ed26422e532bcd52d5d561cb1929d842a07
|
| 3 |
+
size 49862888480
|
DeepSeek-V3.1-Terminus-HQ4_K-00006-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:910dd2fc2acbddf6196279923d345e43ebcc3a1a40f10cbbaa9b2bee4a4e9aa3
|
| 3 |
+
size 48464843840
|
DeepSeek-V3.1-Terminus-HQ4_K-00007-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6216de682102612874858661f0260edfed6921f2c440c7e93db5daa09ba71ef6
|
| 3 |
+
size 49862888480
|
DeepSeek-V3.1-Terminus-HQ4_K-00008-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbfe8ec49f57039a4aa17db1a4a8d528a82adff7453a663b6a587146c8887762
|
| 3 |
+
size 48464843840
|
DeepSeek-V3.1-Terminus-HQ4_K-00009-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbddec12577a4577f5f4b823475981061eaf2958e1726afa8cd5efe63ebb0b54
|
| 3 |
+
size 48480556128
|
DeepSeek-V3.1-Terminus-HQ4_K-00010-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f88d51393f50a4bbcb6856f8796a43b4c2204f0407be5f2d9522624a95a4f507
|
| 3 |
+
size 2113986848
|