We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
compiling, cross-compiling and running requires paths to the whisper.cpp install directory
A suggestion is to have whisper-cli produce this absolute path, like brew --prefix
brew --prefix
This will simplify scripts related to build and cross-platform use
LIBRARY_PATH="$(whisper-cli --prefix)/build/src" go run ./MyMainDirectory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
compiling, cross-compiling and running requires paths to the whisper.cpp install directory
A suggestion is to have whisper-cli produce this absolute path, like
brew --prefix
This will simplify scripts related to build and cross-platform use
The text was updated successfully, but these errors were encountered: