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