Skip to content
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

Fix 'unknown language', coreml loading and bump whisper #74

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

PiotrCzapla
Copy link
Contributor

These changes are pretty safe. I’ve tested Whisper 1.7.1, and it’s working well with all tests passing; I’m using it right now. The CoreML was functioning, but it broke when I deleted the build directory because it was being pulled from there. I fixed it the same way we handle loading GGML. I think I have a better solution in mind, but since it’s a substantial change, I’ve decided to put it in a separate pull request.

This is similar to the GGML problem where the Whisper library has incorrect linking info, causing it to struggle to find the libraries. Manually loading them works as a temporary fix, but we should really clean up the dylib links using a tool like RepairWheel for a proper solution. See the next commit.
@absadiki
Copy link
Owner

I add the dylibs to the libs folder recently to fix an issue but forgot to load them.
Thanks @PiotrCzapla for fixing that.

@absadiki absadiki merged commit e54c769 into absadiki:main Oct 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants