whisper : rename binaries + fix install (#2648)

* whisper : rename binaries + fix install

* cont : try to fix ci

* cont : fix emscripten builds
This commit is contained in:
Georgi Gerganov
2024-12-21 09:43:49 +02:00
committed by GitHub
parent e4e05981d6
commit 2e59dced12
44 changed files with 172 additions and 3935 deletions

View File

@@ -39,7 +39,7 @@ if [ $# -eq 0 ]; then
fi
model=$1
main="../build/bin/main"
main="../build/bin/whisper-cli"
threads=""
if [ $# -eq 2 ]; then