2 Comments
User's avatar
Roberto Marquez's avatar

Thanks for posting this!

I had been wanting to try Panama/FFM features for a while, especially since I saw your FFMPEG example.

This was pretty straight forward to get working locally on Ubuntu Linux.

The only changes I made were:

remove the '-DGGML_METAL=ON' option for the cmake command

in whisper_h.java, add this above the custom static block for SYMBOL_LOOKUP

static final SymbolLookup SYMBOL_LOOKUP;

update the paths to ggml-base.en.bin and libwhisper.so

Thanks again!

Markus Eisele's avatar

Thank youn for sharing 🙂