jxke commited on
Commit
5f43838
1 Parent(s): 93e18cc

chore: Add RKLLM conversion for gemma-2b-it

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