Update README.md

This commit is contained in:
Angel-HF
2024-04-10 18:34:53 +02:00
committed by GitHub
parent 182b6ca532
commit 1e88ae1e66

View File

@@ -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
<hr>