[Android] How to download MNN converted models on MNN Chat? Help needed. #4169
Unanswered
BlueSwordM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I've been using MNN Chat for a while now, and while using the downloadable models has been great, I'd like to start using other models, like Nanbeige.
However, using ADB to transfer the model weights doesn't seem to work.
Here is the model in question: https://huggingface.co/DeProgrammer/Nanbeige4.1-3B-MNN/tree/main
I downloaded the model and followed the instructions in the app, which are:
adb shell mkdir -p /data/local/tmp/mnn_models && adb push ${model_path} /data/local/tmp/mnn_models/I then proceeded to try this 3 different times with 3 different extensions:
adb push /mnt/Rapid_Data/AI_Models/Nanbeige4.1_3B_Q4.mnn /data/local/tmp/mnn_models/adb push /mnt/Rapid_Data/AI_Models/Nanbeige4.1_3B_Q4.mnn.weight /data/local/tmp/mnn_models/adb push /mnt/Rapid_Data/AI_Models/Nanbeige4.1_3B_Q4.bin /data/local/tmp/mnn_models/Is there something I'm missing or doing wrong? All ADB permissions seem to be working fine otherwise.
Thank you and have a good day.
Beta Was this translation helpful? Give feedback.
All reactions