Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- phi2
|
4 |
+
- rkllm
|
5 |
+
- rockchip
|
6 |
+
- rk3588
|
7 |
+
---
|
8 |
+
|
9 |
+
# Microsoft's Phi-2 for RK3588
|
10 |
+
This is a conversion from https://huggingface.co/microsoft/phi-2 to the RKLLM format for Rockchip devices.
|
11 |
+
This runs on the NPU from the RK3588.
|
12 |
+
|
13 |
+
**Current update as of commit 834565c due to incompatibilities from RKLLM library.**
|
14 |
+
|
15 |
+
# License
|
16 |
+
Same as the original LLM, in this case MIT:
|
17 |
+
|
18 |
+
https://huggingface.co/microsoft/phi-2
|