mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
Update README.md and finalize the whisper.wasm example
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large" )
|
||||
|
||||
for model in "${models[@]}"; do
|
||||
python3 convert-pt-to-ggml.py ~/.cache/whisper/$model.pt ../whisper models/
|
||||
python3 models/convert-pt-to-ggml.py ~/.cache/whisper/$model.pt ../whisper models/
|
||||
mv -v models/ggml-model.bin models/ggml-$model.bin
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user