Instructions to use Userb1az/DeepSeek-Coder-V2-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Userb1az/DeepSeek-Coder-V2-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Userb1az/DeepSeek-Coder-V2-Instruct-GGUF", filename="F16/DeepSeek-Coder-V2-Instruct-F16-00001.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 Userb1az/DeepSeek-Coder-V2-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 Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
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 Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
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 Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
Use Docker
docker model run hf.co/Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use Userb1az/DeepSeek-Coder-V2-Instruct-GGUF with Ollama:
ollama run hf.co/Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
- Unsloth Studio new
How to use Userb1az/DeepSeek-Coder-V2-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 Userb1az/DeepSeek-Coder-V2-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 Userb1az/DeepSeek-Coder-V2-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 Userb1az/DeepSeek-Coder-V2-Instruct-GGUF to start chatting
- Docker Model Runner
How to use Userb1az/DeepSeek-Coder-V2-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
- Lemonade
How to use Userb1az/DeepSeek-Coder-V2-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Userb1az/DeepSeek-Coder-V2-Instruct-GGUF:F16
Run and chat with the model
lemonade run user.DeepSeek-Coder-V2-Instruct-GGUF-F16
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00001.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00002.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00003.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00004.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00005.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00006.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00007.gguf +3 -0
- F16/DeepSeek-Coder-V2-Instruct-F16-00008.gguf +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,11 @@ Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00001.gguf filter=lfs diff=lfs merge=lfs -t
|
|
| 41 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00001.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
F16/DeepSeek-Coder-V2-Instruct-F16-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
F16/DeepSeek-Coder-V2-Instruct-F16-00001.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8333dc79c4978497a7647987528a15db229889a0b4b703334a1c5d30888b54f
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ad073aa39582a6700e4651c10c37beda00f2f46e7d59c774880c256e0900d09
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e9d1f58c408615ed5d6978e494b583d6b0226dcfe17d32e51482a663891e35c
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af9fd4c7596b1f14a58ee6ef205b661660fb78ef82d20c0327510d8e84c909e5
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b63bc8f28b5f226496957bb774b20e70e1893b8d53fc60d15cba340c392f1e2e
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00006.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76c7db481d3a31fdd1b9aa10c150bbc25d8ae3757ab0d29f3485d9a261e22155
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c1be66245c64306e3e5a35ebc9860906bc0a27c904f6ce0bdb5fd64f4d99b6e
|
| 3 |
+
size 64424509440
|
F16/DeepSeek-Coder-V2-Instruct-F16-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5f90ea702c480eb9f2003f1bee598672eaca9596329aace7f791a3322ffcec8
|
| 3 |
+
size 20613493152
|