Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- qwen
|
| 4 |
+
- qwen1.5
|
| 5 |
+
- deepseek-r1
|
| 6 |
+
- rkllm
|
| 7 |
+
- rockchip
|
| 8 |
+
- rk3588
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# DeepSeek R1 Distill Qwen1.5 1.5B for RK3588
|
| 12 |
+
This is a conversion from https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B to the RKLLM format for Rockchip devices.
|
| 13 |
+
This runs on the NPU from the RK3588
|
| 14 |
+
|
| 15 |
+
W8A8 quantization used.
|
| 16 |
+
|
| 17 |
+
# Main repo
|
| 18 |
+
See this for my full collection of converted LLMs for the RK3588's NPU:
|
| 19 |
+
|
| 20 |
+
https://huggingface.co/Pelochus/ezrkllm-collection
|
| 21 |
+
|
| 22 |
+
# License
|
| 23 |
+
Same as the original LLM https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|