mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user