Replies: 1 comment
-
You can buy Google Pixel 4a's on ebay for $75 I would do that instead of trying this. I went from an s8 to s9 to the pixel. I still did not get it running yet, in the ggml file there's a type conversion error. FWIW: arm64-v8a is the right setting for the s8 and s9 I used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to get the whisper.android example working on the virtual Pixel in Android studio, but I wanted to see what it would take to port it to an old device. The target is an Android 9.0 Samsung Galaxy s8 with arm64-v8a CPU architecture. I imagine that I will need to find alternatives to the library dependencies in addition to keeping the minSDK below 28, setting active ABI to arm64-v8a, and modifying build.gradle with...
Beyond that, I wasn't sure what would be appropriate to do or how best to investigate which specific changes need to be made. I don't have any prior experience managing the number of end user variables that exist with Android.
I get the below error when building on the device presumably because of dependency issues, but I wasn't sure how to identify the specific ones and alternatives.
Any help or advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions