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
CHANGED
|
@@ -37,3 +37,7 @@ Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00001.gguf filter=lfs diff=lfs merge=lfs -t
|
|
| 37 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
Q6_K/DeepSeek-Coder-V2-Instruct-Q6_K-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00001.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
|
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00001.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11da89e31d246d6d8c2d11a1eb2154555f1bda97f0d442c767434afad82e9fb0
|
| 3 |
+
size 69793218560
|
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afa216eadcd8505f7ca986c784e8a2b849c592717db8bf6785fbc81a40bf8b31
|
| 3 |
+
size 69793218560
|
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a656effc72da4c9aa5748225785c6f085e014d85469af0442d0ebf3c86b482d1
|
| 3 |
+
size 69793218560
|
Q8_0/DeepSeek-Coder-V2-Instruct-Q8_0-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0e683cb8e16cfb946d5e9b59e1fe19ad186ae8c8082e0177e3093104020b281
|
| 3 |
+
size 41243816352
|