ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

Fix references to download-ggml-model.sh #2427

Closed WhyNotHugo closed 1 month ago

WhyNotHugo commented 1 month ago

The script itself has a hashbang indicating that it is a shell script, but the README indicates that it must be executed with bash.

I checked the script itself, and it seems to be valid POSIX shell. I can confirm that it works with busybox sh.

Clarify the reference on the README, so it is clear that bash is not actually a dependency for this script.