Instructions to use Pelochus/qwen1.5-chat-4B-rk3588 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use Pelochus/qwen1.5-chat-4B-rk3588 with RKLLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- qwen
|
| 4 |
+
- qwen1.5
|
| 5 |
+
- rkllm
|
| 6 |
+
- rockchip
|
| 7 |
+
- rk3588
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Qwen1.5 Chat 4B for RK3588
|
| 11 |
+
This is a conversion from https://huggingface.co/Qwen/Qwen1.5-4B-Chat to the RKLLM format for Rockchip devices.
|
| 12 |
+
This runs on the NPU from the RK3588
|
| 13 |
+
|
| 14 |
+
# Main repo
|
| 15 |
+
See this for my full collection of converted LLMs for the RK3588's NPU:
|
| 16 |
+
|
| 17 |
+
https://huggingface.co/Pelochus/ezrkllm-collection
|
| 18 |
+
|
| 19 |
+
# License
|
| 20 |
+
Same as the original LLM https://huggingface.co/Qwen/Qwen1.5-4B-Chat
|