Instructions to use tensorblock/DeepSeek-V2-Lite-Chat-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/DeepSeek-V2-Lite-Chat-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/DeepSeek-V2-Lite-Chat-GGUF", filename="DeepSeek-V2-Lite-Chat-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/DeepSeek-V2-Lite-Chat-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 tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/DeepSeek-V2-Lite-Chat-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 tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/DeepSeek-V2-Lite-Chat-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 tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/DeepSeek-V2-Lite-Chat-GGUF with Ollama:
ollama run hf.co/tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/DeepSeek-V2-Lite-Chat-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 tensorblock/DeepSeek-V2-Lite-Chat-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 tensorblock/DeepSeek-V2-Lite-Chat-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/DeepSeek-V2-Lite-Chat-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/DeepSeek-V2-Lite-Chat-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
- Lemonade
How to use tensorblock/DeepSeek-V2-Lite-Chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/DeepSeek-V2-Lite-Chat-GGUF:Q2_K
Run and chat with the model
lemonade run user.DeepSeek-V2-Lite-Chat-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- DeepSeek-V2-Lite-Chat-Q3_K_L.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q3_K_S.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q4_0.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q4_K_M.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q4_K_S.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q5_0.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q5_K_M.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q5_K_S.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q6_K.gguf +0 -3
- DeepSeek-V2-Lite-Chat-Q8_0.gguf +0 -3
DeepSeek-V2-Lite-Chat-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:31e58ceaff9bfa157e41345790b4d3f452df86b7ae81b03661651ab47ef60f78
|
| 3 |
-
size 8459398848
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:588569c53601fb6fec8e104da3bd10d0802da7e7997cef6c0ddd01286b2ece69
|
| 3 |
-
size 7487663808
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6277b2c88b72cf79b06d33ec461b62cebf93afd9c828205587993fec03d73966
|
| 3 |
-
size 8905110208
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12705eccf3dc3b1d10f570b899b1326520a2886aa4689060bf6c40b17191c918
|
| 3 |
-
size 10364416704
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6c6dec9bdc047f43984ebb0400a207d7ce55be96313587d9b9b77515073220b8
|
| 3 |
-
size 9533608640
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:42639af2cbff3705b05dba0b37c45dc9b9d916eb561abe9ea383150ad1cec093
|
| 3 |
-
size 10841764544
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:758dc0787f5a88801ba41d7a432491728eb90d8af9f29b9e89cbc35500172b67
|
| 3 |
-
size 11851313856
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e04dcd559c1373fe6081aefb0c102e41eb11d16ff95b1f3ab4cf67f1cf178104
|
| 3 |
-
size 11143058112
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:509c84d6fdda5b8243f3a27efb052875f307cf77baa4e11f49222ba064cf8975
|
| 3 |
-
size 14066972352
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-V2-Lite-Chat-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e155507dbcd40831a02ae30f233365aad461cb0949d97d852f7aa9e6a9f53ac
|
| 3 |
-
size 16702517952
|
|
|
|
|
|
|
|
|
|
|
|