-
Notifications
You must be signed in to change notification settings - Fork 1
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
Only Run whisper #1
Comments
Can you share the error you are getting? The process of |
Ok. i will show how i "removed" it (I'm very new to rust, so please tell me if anything i did are wrong). in
that's for on
i also removed
this is on
i removed the 'llama' file. i also removed after all that. the app got compiled, and after it finishes downloading the whisper model (i choose tiny). i got this
i'm using tauri v2.0.4. any help are appreciated! |
Ok so as far as I can tell, the problem in your |
Hi @AnubhabB,
I'm making an app where the person hit's a button and it transcribe it and then sends an output of the text.
I tried to detach llama functionality from whisper but it panics!
How can i remove llama and run whisper only?
The text was updated successfully, but these errors were encountered: