Skip to content

doc error on building and using CoreML #3099

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

Open
richtong opened this issue Apr 30, 2025 · 2 comments
Open

doc error on building and using CoreML #3099

richtong opened this issue Apr 30, 2025 · 2 comments

Comments

@richtong
Copy link

richtong commented Apr 30, 2025

This is a small one and I'm happy to issue a PR, but in the build instructions for CoreML using ANE, there are some simple errors, but they are a little frustrating and the answer is in the lost comment on the merge:

  1. make clean no longer exists as a build target
  2. To actually run the model, you need to run ./build/run/whisper-cli and not ./main. It is confusing because there is a main.py at the root but it has nothing to do with the binary build

Works great though!

@danbev
Copy link
Collaborator

danbev commented Apr 30, 2025

It would be great if you could open a PR for this 👍

2. t is confusing because there is a main.py at the root but it has nothing to do with the binary build

Could you point me where this main.py file is as I'm not able to find it.

@richtong
Copy link
Author

richtong commented May 1, 2025

Ah good point, it doesn't exist on your main branch (we have fork which uses uv for the python packaging and venv). Sorry about that.

The documentation just needs a slight change to reflect where the entry point is. :-)

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

No branches or pull requests

2 participants