Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +50 -0
- qwen2.5-3b-instruct_w8a8_rk3588.rkllm +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
qwen2.5-3b-instruct_w8a8_rk3588.rkllm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
library_name: rkllm
|
| 5 |
+
base_model: Qwen/Qwen2.5-3B-Instruct
|
| 6 |
+
tags:
|
| 7 |
+
- rkllm
|
| 8 |
+
- rk3588
|
| 9 |
+
- npu
|
| 10 |
+
- rockchip
|
| 11 |
+
- quantized
|
| 12 |
+
- orange-pi
|
| 13 |
+
model_name: Qwen2.5-3B-Instruct-RKLLM
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Qwen2.5-3B-Instruct for RK3588
|
| 19 |
+
|
| 20 |
+
This repository contains the optimized **RKLLM** (Language) models for running **Qwen2.5-3B-Instruct** on Rockchip RK3588 NPUs.
|
| 21 |
+
|
| 22 |
+
### 📦 Files
|
| 23 |
+
|
| 24 |
+
| File | Type | Description |
|
| 25 |
+
| --- | --- | --- |
|
| 26 |
+
| `qwen2.5-3b-instruct_w8a8_rk3588.rkllm` | **RKLLM** | Language Decoder (w8a8) |
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
### ⚙️ System Requirements
|
| 31 |
+
|
| 32 |
+
* **NPU Driver:** `≥ 0.9.8`
|
| 33 |
+
* **RKLLM Runtime:** `v1.2.3`
|
| 34 |
+
* **RKNN-Toolkit2:** `v2.3.0`
|
| 35 |
+
|
| 36 |
+
### 💻 Tested Hardware
|
| 37 |
+
|
| 38 |
+
* **Device:** Orange Pi 5 Pro
|
| 39 |
+
* **RAM:** 16GB
|
| 40 |
+
* **OS:** Armbian OS
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
### 🙏 Acknowledgements
|
| 45 |
+
|
| 46 |
+
* [Qwen Team](https://huggingface.co/qwen) for the base model architecture.
|
| 47 |
+
* [Rockchip / airockchip](https://github.com/airockchip/rknn-llm) for the RKLLM toolkit and runtime.
|
| 48 |
+
* Converted by [Akmal Dira](https://huggingface.co/akmaldira).
|
| 49 |
+
|
| 50 |
+
---
|
qwen2.5-3b-instruct_w8a8_rk3588.rkllm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47dfab093967a3f54cfb9571e8859d99f832f6b3f3f5b0c8913d46545b5971fc
|
| 3 |
+
size 3755461260
|