-
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
Linux support #12
Comments
Hi ZodiacFRA, We are adding initial (CPU) Linux support imminently, and appreciate your interest in the project :) Please keep a look out in the coming days! |
Thank you for your work :) Merry Christmas |
Hi @ZodiacFRA , For Linux version, we use the exact same model binary (.tflite) file, therefore you don't need to download it again. |
Nice, do you happen to know if Whisper's Tflite models can be run on Qualcomm's DSP || HTP || GPU with Linux? I tried to do it last year and it wasn't possible at the time because of the dynamic tensor shapes limitations, is that not longer the case? |
As far as we know, it's either HTP (QNN) or just falling back to GPU which is accelerated by TFLite framework. I do not know about dynamic tensor shape.. we're only using static shape with Whisper models, so please check it out. |
Hi, any updates for linux release? is there a repo for it? |
Hi @SongLi89 , The native Linux (x86) is supported. Please git pull to ToT main and try these: make clean all please note that ‘make build linux’ and ‘make test linux’ has to be done in Docker env. |
Hi!
The readme states:
I was wondering if you had a date for the Linux release? :)
Thanks for you work, have a great day
The text was updated successfully, but these errors were encountered: