Instructions to use Pelochus/gemma-2b-rk3588 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use Pelochus/gemma-2b-rk3588 with RKLLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- gemma
|
| 4 |
+
- rkllm
|
| 5 |
+
- rockchip
|
| 6 |
+
- rk3588
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Gemma 2B IT for RK3588
|
| 10 |
+
This is a conversion from https://huggingface.co/google/gemma-2b-it to the RKLLM format for Rockchip devices.
|
| 11 |
+
This runs on the NPU from the RK3588.
|
| 12 |
+
|
| 13 |
+
**Latest update:** 11th May 2024. Converted with **RKLLM runtime 1.0.1**.
|
| 14 |
+
|
| 15 |
+
# Main repo
|
| 16 |
+
See this for my full collection of converted LLMs for the RK3588's NPU:
|
| 17 |
+
|
| 18 |
+
https://huggingface.co/Pelochus/ezrkllm-collection
|
| 19 |
+
|
| 20 |
+
# License
|
| 21 |
+
No license, same as the original repo
|