Instructions to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/DeepSeek-V2-Chat-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S # Run inference directly in the terminal: llama cli -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S # Run inference directly in the terminal: llama cli -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
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 mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S # Run inference directly in the terminal: ./llama-cli -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
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 mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
Use Docker
docker model run hf.co/mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
- LM Studio
- Jan
- Ollama
How to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
- Lemonade
How to use mradermacher/DeepSeek-V2-Chat-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/DeepSeek-V2-Chat-i1-GGUF:IQ1_S
Run and chat with the model
lemonade run user.DeepSeek-V2-Chat-i1-GGUF-IQ1_S
List all available models
lemonade list
- Atomic Chat
uploaded from nethype/backup1
Browse files
.gitattributes
CHANGED
|
@@ -78,3 +78,6 @@ DeepSeek-V2-Chat.i1-IQ3_XS.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
|
| 78 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 79 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 80 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 79 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 80 |
DeepSeek-V2-Chat.i1-IQ3_S.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part1of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1065c62dbbef2bff05c02ce12e5b9e29d29a861c15add16ca852c6771e9a3a21
|
| 3 |
+
size 35433480192
|
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part2of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc4a8b71535f9df6c811fab00a179a09e2136c622003ef5bd8c33b8585e7d64b
|
| 3 |
+
size 35433480192
|
DeepSeek-V2-Chat.i1-IQ3_M.gguf.part3of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f5b8531b4e3da41d73f73d5cc8e5788ab43b94db9631a7be533003c137dd50e
|
| 3 |
+
size 32504293056
|