Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- llama2
|
4 |
+
- llama2-13b
|
5 |
+
- rkllm
|
6 |
+
- rockchip
|
7 |
+
- rk3588
|
8 |
+
---
|
9 |
+
|
10 |
+
# Llama 2 Chat 13B for RK3588
|
11 |
+
This is a conversion from https://huggingface.co/meta-llama/Llama-2-13b-chat-hf 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, in this case Apache 2.0:
|
21 |
+
|
22 |
+
https://huggingface.co/meta-llama/Llama-2-13b-chat-hf/blob/main/LICENSE.txt
|