chore: Added README.md with Convert chatglm3-6b to RKLLM format for Rockchip devices
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- glm
|
7 |
+
- chatglm
|
8 |
+
- thudm
|
9 |
+
- chatglm3-6b
|
10 |
+
- rkllm
|
11 |
+
- rk3588
|
12 |
+
---
|
13 |
+
|
14 |
+
# chatglm3-6b-rkllm
|
15 |
+
|
16 |
+
This is a conversion from [chatglm3-6b](https://huggingface.co/THUDM/chatglm3-6b) to the RKLLM format for chat in Rockchip devices.
|
17 |
+
|
18 |
+
|
19 |
+
## Support Devices
|
20 |
+
* RK3588/RK3588s
|
21 |
+
|
22 |
+
## Convert tools
|
23 |
+
To Converting LLMs for Rockchip's NPUs, please see the artical<sup>1,2</sup> for model details.
|
24 |
+
|
25 |
+
## Converted with RKLLM runtime
|
26 |
+
* RKLLM runtime `1.0.1`
|
27 |
+
|
28 |
+
## License
|
29 |
+
Same as the original [chatglm3-6b](https://huggingface.co/THUDM/chatglm3-6b)
|
30 |
+
|
31 |
+
## Reference
|
32 |
+
1. [airockchip/rknn-llm](https://github.com/airockchip/rknn-llm)
|
33 |
+
1. [Pelochus/ezrknn-llm](https://github.com/Pelochus/ezrknn-llm)
|