From d877144f8705739fe3427c32db3ddf8aeca4c486 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:12:28 +0200 Subject: [PATCH] Added test and original repo link --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75cbfd0..fa36808 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ezrknn-llm -This repo tries to make RKNN LLM usage easier for people who don't want to read through Rockchip's docs +This repo tries to make RKNN LLM usage easier for people who don't want to read through Rockchip's docs. + +Main repo is https://github.com/Pelochus/ezrknpu where you can find more instructions, documentation... for general use. +This repo is intended for details in RKLLM and how also how to convert models. ## Requirements Keep in mind this repo is focused for: @@ -15,10 +18,10 @@ curl https://raw.githubusercontent.com/Pelochus/ezrknn-llm/main/install.sh | sud ``` ## Test -Run (cd is required): +Run (assuming your on the folder where your `.rkllm` file is located): ```bash -# TODO +rkllm qwen-chat-1_8B.rkllm # Or any other model you like ``` ## Converting LLMs for Rockchip's NPUs