berkan
berkan
Any updates on the android version? re: "Rewrite code so it can handle iOS specific code in Rust", I do not know Rust unfortunately, but happy to help push this...
Thanks for your response. After digging around, I found whisper.cpp to be slower than whisper-tflite. Ended up using tflite.
Sorry for the late reply. Yes, I just implemented platform messaging and it works like a charm.
Hi Alex, Makes sense, thanks. I think flutter/dart would be good for "two birds-one stone"ing the problem in terms of Android and IoS compatibility. Regarding the ability to load extensions...
> @tianhaoz95 > > check this please > > [#1418 (comment)](https://github.com/keras-team/keras-nlp/issues/1418#issuecomment-1947736035) The thread you refer to does not have a solution to this.
Both of these issues are due to Tensorflow 2.15. Try: ``` !pip install transformers==4.33.0 !pip install datasets !pip install tensorflow==2.14.0 ```