Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
whisper.android : return output from benchmarks (ggerganov#1785)
Benchmarks are failing because JNI expects a jstring and the benchmarks are missing a return statement (i.e., returning null). The functions actually build a jstring but don't return it, so this seems to have been an oversight. This patch returns the jstring and now the benchmarks run successfully. Fixes ggerganov#1783.
- Loading branch information