move rust to root
This commit is contained in:
0
rust-whisper.d/Cargo.lock → Cargo.lock
generated
0
rust-whisper.d/Cargo.lock → Cargo.lock
generated
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
src="https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml"
|
|
||||||
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
|
|
||||||
|
|
||||||
# Whisper models
|
|
||||||
for model in "tiny.en" "base.en" "small.en" "medium.en"; do
|
|
||||||
test -f ./ggml-$model.bin || wget --quiet --show-progress -O ./ggml-$model.bin "$src-$model.bin"
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user