Pelochus commited on
Commit
a8de853
·
verified ·
1 Parent(s): e811fac

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - tinyllama
4
+ - rkllm
5
+ - rockchip
6
+ - rk3588
7
+ ---
8
+
9
+ # TinyLlama v1.0 Chat for RK3588
10
+ This is a conversion from https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0 to the RKLLM format for Rockchip devices.
11
+ This runs on the NPU from the RK3588.
12
+
13
+ # Main repo
14
+ See this for my full collection of converted LLMs for the RK3588's NPU:
15
+
16
+ https://huggingface.co/Pelochus/ezrkllm-collection
17
+
18
+ # License
19
+ Same as the original LLM, in this case MIT:
20
+
21
+ https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0