-
Notifications
You must be signed in to change notification settings - Fork 2
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
axie_tflite not working on S22 Exynos: libc++abi: terminating due to uncaught exception of type std::invalid_argument: stoi: no conversion #2
Comments
here is a dump of the logcat |
Hello, Thanks for evaluating whisperkit. |
@keith4ever Thank you for getting back, but I could do inference on S24 Ultra with the same binary and libs and flac audio as input. What am I missing here? |
@v-prgmr that's pretty odd.. if the input audio doesn't have .wav or .wave extention, it is regarded a raw PCM file with 16khz and mono format. Flac audio shouldn't have PCM format, as far as I know. |
@keith4ever you are right, I did not bother to look at the decoding results while loading in the .flac file. With audio as .wav input recorded at 16 kHz with mono channel, the decoder output looks correct. But still the error occurs on S22 Exynos irrespective of the audio format. |
I am adding S22 Exynos to our test device fleet ahead of our upcoming beta release. We will aim to explicitly support Exynos chips with the beta release and publish that as part of our device coverage documentation. Thanks for the report! |
After building the axie_tflite binary from within the docker container and pushing the libs and binary to S22 with Exynos, the following issue occurs while executing the axie_tflite binary
The text was updated successfully, but these errors were encountered: