Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- qwen2
|
4 |
+
- rkllm
|
5 |
+
- rockchip
|
6 |
+
- rk3588
|
7 |
+
---
|
8 |
+
|
9 |
+
# Qwen 2 1.5B for RK3588
|
10 |
+
This is a conversion from https://huggingface.co/Qwen/Qwen2-1.5B to the RKLLM format for Rockchip devices.
|
11 |
+
This runs on the NPU from the RK3588
|
12 |
+
|
13 |
+
**Latest update:** June 2024. Converted with **RKLLM runtime 1.0.1**.
|
14 |
+
|
15 |
+
# Main repo
|
16 |
+
See this for my full collection of converted LLMs for the RK3588's NPU:
|
17 |
+
|
18 |
+
https://huggingface.co/Pelochus/ezrkllm-collection
|
19 |
+
|
20 |
+
# License
|
21 |
+
Same as the original LLM https://huggingface.co/Qwen/Qwen2-1.5B
|