Initial README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: llama2
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
---
|
4 |
+
---
|
5 |
+
tags:
|
6 |
+
- llama2
|
7 |
+
- llama2-13b
|
8 |
+
- rkllm
|
9 |
+
- rockchip
|
10 |
+
- rk3588
|
11 |
+
---
|
12 |
+
|
13 |
+
# Llama 2 Chat 13B for RK3588
|
14 |
+
This is a conversion from https://huggingface.co/meta-llama/Llama-2-13b-chat-hf to the RKLLM format for Rockchip devices.
|
15 |
+
This runs on the NPU from the RK3588.
|
16 |
+
|
17 |
+
Converted with **RKLLM runtime 1.0.1** using docker template from https://huggingface.co/Pelochus
|
18 |
+
|
19 |
+
# License
|
20 |
+
Same as the original LLM:
|
21 |
+
|
22 |
+
https://huggingface.co/meta-llama/Llama-2-13b-chat-hf/blob/main/LICENSE.txt
|