File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ models/ggml-base.en.bin 100%[==========================================
17
17
Done! Model 'base.en' saved in 'models/ggml-base.en.bin'
18
18
You can now use it like this:
19
19
20
- $ ./main -m models/ggml-base.en.bin -f samples/jfk.wav
20
+ $ ./build/bin/whisper-cli -m models/ggml-base.en.bin -f samples/jfk.wav
21
21
```
22
22
23
23
### 2. Manually download pre-converted models
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ printf "Done! Model '%s' saved in 'models/ggml-%s.mlmodel'\n" "$model" "$model"
81
81
printf " Run the following command to compile it:\n\n"
82
82
printf " $ xcrun coremlc compile ./models/ggml-%s.mlmodel ./models\n\n" " $model "
83
83
printf " You can now use it like this:\n\n"
84
- printf " $ ./main -m models/ggml-%s.bin -f samples/jfk.wav\n" " $model "
84
+ printf " $ ./build/bin/whisper-cli -m models/ggml-%s.bin -f samples/jfk.wav\n" " $model "
85
85
printf " \n"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if %ERRORLEVEL% neq 0 (
50
50
51
51
echo Done! Model %model% saved in %root_path% \models\ggml-%model% .bin
52
52
echo You can now use it like this:
53
- echo main .exe -m %root_path% \models\ggml-%model% .bin -f %root_path% \samples\jfk.wav
53
+ echo build\bin\Release\whisper-cli .exe -m %root_path% \models\ggml-%model% .bin -f %root_path% \samples\jfk.wav
54
54
55
55
goto :eof
56
56
Original file line number Diff line number Diff line change 128
128
129
129
printf " Done! Model '%s' saved in '%s/ggml-%s.bin'\n" " $model " " $models_path " " $model "
130
130
printf " You can now use it like this:\n\n"
131
- printf " $ ./main -m %s/ggml-%s.bin -f samples/jfk.wav\n" " $models_path " " $model "
131
+ printf " $ ./build/bin/whisper-cli -m %s/ggml-%s.bin -f samples/jfk.wav\n" " $models_path " " $model "
132
132
printf " \n"
You can’t perform that action at this time.
0 commit comments