Instructions to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/deepseek-coder-1.3b-instruct-GGUF", filename="deepseek-coder-1.3b-instruct-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-1.3b-instruct-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-coder-1.3b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/deepseek-coder-1.3b-instruct-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-coder-1.3b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/deepseek-coder-1.3b-instruct-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-coder-1.3b-instruct-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-coder-1.3b-instruct-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-coder-1.3b-instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/deepseek-coder-1.3b-instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/deepseek-coder-1.3b-instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.deepseek-coder-1.3b-instruct-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- deepseek-coder-1.3b-instruct-Q3_K_L.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q3_K_S.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q4_0.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q4_K_M.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q4_K_S.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q5_0.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q5_K_M.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q5_K_S.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q6_K.gguf +0 -3
- deepseek-coder-1.3b-instruct-Q8_0.gguf +0 -3
deepseek-coder-1.3b-instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4c587d232cdc44fd59dd09919715c552a6da4cf35ff756cccc1b48a851379511
|
| 3 |
-
size 744455264
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ada80714e135477437c9e97d70dfe512c611c0ed73a045f0cc44999623574502
|
| 3 |
-
size 641825888
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eba01a24d9dc4665724cfa7e3b43e3cd9993836e02211d8a8df7946ca701ad31
|
| 3 |
-
size 775937120
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8c4693963806b5c9d7d3bd8faeb70a2b25dc5d1bc76701364f88fd43c8cdc806
|
| 3 |
-
size 873454688
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ee8a9b5e9de35bb8bd958bd97edbde56b1da93160571f23e0afa147246e40944
|
| 3 |
-
size 813964384
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9fab3de8bd0439b2cf931510b35e2c6365cfccb2f50fe24d19b242db21cee39b
|
| 3 |
-
size 935976032
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d9019fe87144c6e472ce72c3c0cdbda3b0e84f2f82a1bf2c199bd6f56474367
|
| 3 |
-
size 1001839712
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b1796600f010f3b0909ea527ea53cdf95df8b5586bce36bdc6ecb05ecd7c2acd
|
| 3 |
-
size 952884320
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:042552df9761cf15508e46bd9dedc846c13b2b3366c205e55ca509a060c14b1f
|
| 3 |
-
size 1171536992
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-1.3b-instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:17c67cde98ac79ec1b200285e00dda27157782e1dee88bb0c04cf584606e81b5
|
| 3 |
-
size 1432091744
|
|
|
|
|
|
|
|
|
|
|
|