-
Notifications
You must be signed in to change notification settings - Fork 109
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
Docker image re-build failure #17
Comments
@zadamg We havent tried to build this on Windows yet, we will do that and get back to you. |
Hey, @zadamg would you mind to try again with this repository? https://github.com/jpc/WhisperFusion It looks like you have Windows/Unix line ending conflicts. In my fork I added a config that hopefully will prevent Git from changing the line endings when you check out the repository and it should make the scripts work well in Docker. Another problem seems to be the CUDA version. I'll look into that next. |
@zadamg we pushed an image for 3090 as well which should work on windows
|
Thank you guys. I was able to download and build... Unfortunately, I'm getting errors with the AudioWorklet constructor and am not sure how to trouble-shoot. Same error on Chrome, Brave, and Firefox.
|
I added a simple check of the buffer, which makes the application runnable, but maybe I'm breaking something:
It works-ish, but the responses sometimes don't come in. Here's a video of the experience: https://www.loom.com/share/9090a6055384422d9e804104e455fcac?sid=4c35818d-ff9c-48c2-b958-4661851ae40a |
This looks to be the same issue I'm having FWIW. #15 |
@zadamg Great that you got the initial issue sorted out. So, we are running the TTS model with |
Will do. It's worth noting that I DID get a response normally the very first and only time I opened-up and started the app, but didn't wok thereafter. Maybe that supports the warm-up hypothesis |
Thanks for this wonderful tool. I updated CUDA to >12 and am on windows 10 with an RTX 3060, which means (I think), that I need to rebuild for sm_86 arch. What do I need to do here?
Here's the process and resulting logs...
The text was updated successfully, but these errors were encountered: