Instructions to use tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/deepseek-coder-5.7bmqa-base-GGUF", filename="deepseek-coder-5.7bmqa-base-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/deepseek-coder-5.7bmqa-base-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/deepseek-coder-5.7bmqa-base-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/deepseek-coder-5.7bmqa-base-GGUF with Ollama:
ollama run hf.co/tensorblock/deepseek-coder-5.7bmqa-base-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/deepseek-coder-5.7bmqa-base-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-5.7bmqa-base-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-5.7bmqa-base-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-5.7bmqa-base-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/deepseek-coder-5.7bmqa-base-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/deepseek-coder-5.7bmqa-base-GGUF:Q2_K
- Lemonade
How to use tensorblock/deepseek-coder-5.7bmqa-base-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/deepseek-coder-5.7bmqa-base-GGUF:Q2_K
Run and chat with the model
lemonade run user.deepseek-coder-5.7bmqa-base-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- deepseek-coder-5.7bmqa-base-Q3_K_L.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q3_K_S.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q4_0.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q4_K_M.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q4_K_S.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q5_0.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q5_K_M.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q5_K_S.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q6_K.gguf +0 -3
- deepseek-coder-5.7bmqa-base-Q8_0.gguf +0 -3
deepseek-coder-5.7bmqa-base-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:223459e572650e848f76fbd7589cb48a9ee2395a4eecb2a4ab13c1f59c47097a
|
| 3 |
-
size 3017812224
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea5f8451538b5db00b00d88c6f61831a72c1a5d7fdd7a2fe2411b24adaad944a
|
| 3 |
-
size 2503092480
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd34d270cfcf88f06ae0d336c03192daee69ee1a97fdfb93165afb027a81d10e
|
| 3 |
-
size 3242584320
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:edc41ac8c441d27c7c348c250b54a2f6850c5eaa097c66cd4f311184aad67f89
|
| 3 |
-
size 3430738176
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8c10344052a0cb547ca75ce96c582879eb2ca627fd05ed937a5838ac081a6581
|
| 3 |
-
size 3265390848
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:30a1affc78c4740eebb1d9e70acaba2b283f16e2a7cf46bc64647a49e86b78a5
|
| 3 |
-
size 3938576640
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7818aabfd30d364650005af1f8704694ae7e8556b9aa8acb18fb0a6ee410d04a
|
| 3 |
-
size 4035504384
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:82b3755334e2c28e3f552bd0138a203fb52f9280723303bc2ab17a05327a040b
|
| 3 |
-
size 3938576640
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8c6d29445bddc73427f28106041b91391095dcb73dc511401e0e01e4783b4fce
|
| 3 |
-
size 4678068480
|
|
|
|
|
|
|
|
|
|
|
|
deepseek-coder-5.7bmqa-base-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a45ae364195181b2945df754de532f10347f9a83888c3fca9eb3a226bf58b873
|
| 3 |
-
size 6058551552
|
|
|
|
|
|
|
|
|
|
|
|