Reference: https://github.com/ggml-org/whisper.cpp/blob/master/README.md
In .zshrc, add:
export DYLD_LIBRARY_PATH="/usr/local/lib:${DYLD_LIBRARY_PATH}"
Reference: https://github.com/ggml-org/whisper.cpp/blob/master/README.md
In .zshrc, add:
export DYLD_LIBRARY_PATH="/usr/local/lib:${DYLD_LIBRARY_PATH}"
| #!//bin/sh | |
| export PATH=bin:$PATH | |
| self=$0 | |
| function print_help() { | |
| echo "$self [IPSW path]" | |
| echo "$self [device model] [ios build]" | |
| echo |