Instructions to use ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED 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 ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M # Run inference directly in the terminal: llama cli -hf ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M # Run inference directly in the terminal: llama cli -hf ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
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 ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
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 ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
Use Docker
docker model run hf.co/ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED with Ollama:
ollama run hf.co/ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED with Docker Model Runner:
docker model run hf.co/ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
- Lemonade
How to use ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ArRENCEAI/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED:Q4_K_M
Run and chat with the model
lemonade run user.DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:677374351195cdd24acb184c1af3a8281ddeeba851f3dfc4c64e9d853376fb81
|
| 3 |
+
size 1117320992
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd90a2f163a31c418e68daee3c05b61fc76e3009eaa9151d706217e0ce3313c5
|
| 3 |
+
size 1285494560
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24c6be07458d8c2b5f1503dcc3853f35392ff3287496817c48cf0750153f0500
|
| 3 |
+
size 1464178976
|