Instructions to use tensorblock/deepseek-llm-7b-chat-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 tensorblock/deepseek-llm-7b-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-llm-7b-chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/deepseek-llm-7b-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-llm-7b-chat-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/deepseek-llm-7b-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-llm-7b-chat-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/deepseek-llm-7b-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-llm-7b-chat-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/deepseek-llm-7b-chat-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/deepseek-llm-7b-chat-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/deepseek-llm-7b-chat-GGUF with Ollama:
ollama run hf.co/tensorblock/deepseek-llm-7b-chat-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/deepseek-llm-7b-chat-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/deepseek-llm-7b-chat-GGUF:Q2_K
- Lemonade
How to use tensorblock/deepseek-llm-7b-chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/deepseek-llm-7b-chat-GGUF:Q2_K
Run and chat with the model
lemonade run user.deepseek-llm-7b-chat-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- deepseek-llm-7b-chat-Q3_K_L.gguf +0 -3
- deepseek-llm-7b-chat-Q3_K_S.gguf +0 -3
- deepseek-llm-7b-chat-Q4_0.gguf +0 -3
- deepseek-llm-7b-chat-Q4_K_M.gguf +0 -3
- deepseek-llm-7b-chat-Q4_K_S.gguf +0 -3
- deepseek-llm-7b-chat-Q5_0.gguf +0 -3
- deepseek-llm-7b-chat-Q5_K_M.gguf +0 -3
- deepseek-llm-7b-chat-Q5_K_S.gguf +0 -3
- deepseek-llm-7b-chat-Q6_K.gguf +0 -3
- deepseek-llm-7b-chat-Q8_0.gguf +0 -3
deepseek-llm-7b-chat-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7136768a352f3906915b42da1c2b9a1e344dd8504d0f69c599cc6d11e0dc42f9
|
| 3 |
-
size 3746273088
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:24a9704f7c687ccf564570149866359a3e2398cc157f4f73ded5f82ed3a00a41
|
| 3 |
-
size 3138017088
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:30550c96ca13a6fb186b0cf5c20b12fb08cf706ee635a4968d7b5f200e0e8cbe
|
| 3 |
-
size 4000061248
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4ce88e70e03484db37b9093dca06d3b01db78058b9641a49535e2106f1258775
|
| 3 |
-
size 4223358784
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e628fc996522caa02e915adddd6e3f413b4d23da3c87d2559e34a81ced47ba95
|
| 3 |
-
size 4025358144
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dd8b4b507e2a6685406e9921e6af048818730a5669b72305c8247073477ab2ce
|
| 3 |
-
size 4811396928
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ac78986327a58517ea5186a16af918db540cc954e00a50a0a21ee16e52f0cda
|
| 3 |
-
size 4926428992
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8617b23c987ad911161517729c664c4e921571a08c5c14625a0c33f4027a4e39
|
| 3 |
-
size 4811396928
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c52313f1d02890057bcccb3ef4453238c7f4fd628a5cfc40b28b8b7f5a14ade1
|
| 3 |
-
size 5673441088
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-llm-7b-chat-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d49eb33b93cbfb0e928aafcbd8227b95c47c2639c559b484892bdee423255926
|
| 3 |
-
size 7346984768
|
|
|
|
|
|
|
|
|
|
|
|