From a24d060834739081a758be8ef136c2e96dde7bb5 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:34:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5d9c18..d7cd5d4 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ apt install -y python3-tk # This needs some configuring from your part cd ezrknn-llm/rkllm-toolkit/examples/huggingface/ ``` -Now change the `test.py` with your preferred model. This container provides Qwen-1.8B and LLaMa2 Uncensored. By default, Qwen-1.8B is selected. To convert the model, run: +Now change the `test.py` with your preferred model. This container provides Qwen-1.8B and LLaMa2 Uncensored. By default, Qwen-1.8B is selected. +Before converting the model, remember to run `git lfs pull` to download the model. +To convert the model, run: `python3 test.py` -I currently cannot convert the models, so I don't know what the output will be. I believe this is Rockchip's fault. Let me know if you could or what error gives you. - # Original README starts below