-
Notifications
You must be signed in to change notification settings - Fork 12
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
build failed on M1 Mac #3
Comments
I had the same issue, the problem is that you don't habe the binaries downloaded as the project doesn't support git lfs. You can downlad the files from the whisper.cpp repo, name them correctly and the put them in the src-tauri/binaries folder. Hope this helps :) |
Could you please provide more information on how the binaries need to be named? |
Setting up Whisper for Mac OS on GithubTo set up Whisper on Mac OS, you need to follow these steps:
If you have any other questions, please post them here and I will try to help you. :) |
From your instructions, I got the program to build and launch on Linux. Thank you so much! When I try to upload an audio file (e.g., .mp3) to transcribe, the program does not get past determining length and when I ask it to transcribe, it says that something went wrong. I suspect that it may have something to do with the ffmpeg binary. Do you have any ideas on this? |
Troubleshooting Whisper on Linux for GithubIf you are having issues with Whisper on Linux, here are some troubleshooting steps:
Try these steps and let me know if you need further assistance. |
For those trying @JugoBonito 's approach (which works, thank you Philipp!), here's how I went about it, modifying the original step-by-step: Setting up Whisper for Mac OS on Github (modified)To set up Whisper on Mac OS, you need to follow these steps: 1. Run
|
Hello! Sorry I've basically abandoned this project, but I didn't realize how many people actually were still using it. I'd love to fix the issues with bundling binaries, but I'm not really that experienced with it. I'll be happy to accept any PRs or advice on how to get the binaries bundled to make this usable out of the box! |
It is really hard as the Files are so big, i think the easiest Solution would be to add a Download link to the binaries and a Guide on how to install them somewhere in the readme. But honestly mate your project is really awesome on once you get it to run it works really good. |
@JugoBonito makes sense. What I might try do then is see if I can get this to build with no binaries, then have the client download and save the binaries with a few clicks without messing with the source |
That would be very cool |
Any progress on this? |
any update on this? |
how to build on M1? I tried npm run tauri build and end with error below
error: failed to run custom build command for
whisper-ui v0.0.0 (/Users/chenzhiyu/Downloads/whisper-ui-main/src-tauri)
The text was updated successfully, but these errors were encountered: