You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
make clean no longer exists as a build target
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!
The text was updated successfully, but these errors were encountered:
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:
./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 buildWorks great though!
The text was updated successfully, but these errors were encountered: