-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the model version is too old? #2
Comments
Thank you for bringing this to my attention. This is because that model was converted for RKLLM 1.0 and the current server version is for 1.0.1. I just pushed the legacy version to the repo as the file |
while compiling the server_1_0.cpp, i got error from however, this error i don't know where to fix it
|
Are you using ezrknpu or RKLLM / RKNN, and did you pull the latest version or an older version? Just wondering because the latest version of either is 1.0.1 and the rkllm.h shared library changed since 1.0, so it is incompatible with the older server version (server_1_0.cpp). If you pulled the newer one, can you try with this instead? |
I am using ezrknpu , and already pull the old brand, install it but still get the error as above. Is there any way that i can check which RKLLM version i am using now? |
i found how to check which RKLLM version is running by typing command i still using the version 1.0.1 now don't know how to uninstall the version 1.0.1 and reinstall the version 1.0.0 |
You can find the location of the binary by typing |
use rk3588s
|
I try to install it on Orange Pi 5 Plus and get this error
I have downloaded the model from this link https://huggingface.co/Pelochus/qwen-1_8B-rk3588
The text was updated successfully, but these errors were encountered: