-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Does this works for Apple silicon? #12
Comments
I tried to pull the repo and build on my Mac and I get the following error error: failed to run custom build command for `whisper-rs-sys v0.6.0`
--- stderr
thread 'main' panicked at 'Failed to run `cmake`: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /Users/tiero/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whisper-rs-sys-0.6.0/build.rs:107:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish... |
Ok that error is fixed by installing |
I modified the release action to also cross-compile for arm64 architecture for Darwin #14 |
I tried to run the CLI with
I also tried passing the absolute path, but same result |
I think the error comes from the fact the |
Were you ever able to resolve this? running into same issue on apple silcon. or find an alternative |
i have my fork here https://github.com/tiero/whisperd
|
I downloaded the binary on Mac M1 Max, even if says x86_64 seems to be able to be run. But I can't transcribe
The text was updated successfully, but these errors were encountered: