]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
readme : fix references to download-ggml-model.sh (#2427)
authorHugo <redacted>
Tue, 24 Sep 2024 18:07:51 +0000 (20:07 +0200)
committerGitHub <redacted>
Tue, 24 Sep 2024 18:07:51 +0000 (21:07 +0300)
commit0d2e2aed80109e8696791083bde3b58e190b7812
tree9d125f659a77060e2f07f0f4e11a6384e5c4346a
parent451e9ee92c24a49134ba9b2c059da809c2402f98
readme : fix references to download-ggml-model.sh (#2427)

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.
README.md