Instructions to use tensorblock/deepseek-coder-33b-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-33b-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-33b-instruct-GGUF", filename="deepseek-coder-33b-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 Settings
- llama.cpp
How to use tensorblock/deepseek-coder-33b-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-33b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-33b-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-33b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-33b-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-33b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/deepseek-coder-33b-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-33b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/deepseek-coder-33b-instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/deepseek-coder-33b-instruct-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/deepseek-coder-33b-instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/deepseek-coder-33b-instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/deepseek-coder-33b-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-33b-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-33b-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-33b-instruct-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/deepseek-coder-33b-instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/deepseek-coder-33b-instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/deepseek-coder-33b-instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/deepseek-coder-33b-instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.deepseek-coder-33b-instruct-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- deepseek-coder-33b-instruct-Q3_K_L.gguf +0 -3
- deepseek-coder-33b-instruct-Q3_K_S.gguf +0 -3
- deepseek-coder-33b-instruct-Q4_0.gguf +0 -3
- deepseek-coder-33b-instruct-Q4_K_M.gguf +0 -3
- deepseek-coder-33b-instruct-Q4_K_S.gguf +0 -3
- deepseek-coder-33b-instruct-Q5_0.gguf +0 -3
- deepseek-coder-33b-instruct-Q5_K_M.gguf +0 -3
- deepseek-coder-33b-instruct-Q5_K_S.gguf +0 -3
- deepseek-coder-33b-instruct-Q6_K.gguf +0 -3
- deepseek-coder-33b-instruct-Q8_0.gguf +0 -3
deepseek-coder-33b-instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:176fc0f3cd37c663a604fda437533cf872e2ace7218a9fb52d372e7c5e1b0792
|
| 3 |
-
size 17560239168
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:97b3be1ec78ccf1a877287937b4cb7b29afb4f3ac57966d4c62d193a383c1d74
|
| 3 |
-
size 14421773376
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:21319c8bdd63512e6fd4e93e90fc38e55d34c6885df5a3c555747d6fe979f053
|
| 3 |
-
size 18819312704
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:94c01afb09ef025f29ace60ab6fede1e6a7f26e965fcdb66c6bb7d6fc8fb4ad2
|
| 3 |
-
size 19940531264
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0459374ec9ff130f0b5234505ac4443730a43151237423a40151182c4bf62e7d
|
| 3 |
-
size 18943405120
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7397f94c2c0aa8638593615120b2d8781a20effa769804a65b37075d13e17ca1
|
| 3 |
-
size 22958173248
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b5c67cb315f78c3c9b41e9ee551b0477414fc99a677dd62cf5a302f0e8cf0c4
|
| 3 |
-
size 23535770688
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:21e7ba8e338ddc1a25765f656c93756f881d05189ce0a4870c92c487ed1b4963
|
| 3 |
-
size 22958173248
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d8cfacc4345a2469f3b22a1e4379c2b902e3fdfe84877f4abded35ca155442d
|
| 3 |
-
size 27355712576
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-33b-instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ce21d42f12d5ad8ffa6a8519257f7e1f0fc80f3fdcced9d7e285c386cfbd2d2
|
| 3 |
-
size 35430751296
|
|
|
|
|
|
|
|
|
|
|
|