wget 续传 (#801)

This commit is contained in:
布宝
2024-04-22 20:19:08 +08:00
committed by GitHub
parent 7f3b9ffe5d
commit dc5af04830
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ log "https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx"
# Download the model
pushd ./android/SherpaOnnxVad/app/src/main/assets/
wget https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx
wget -c https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx
popd
for arch in arm64-v8a armeabi-v7a x86_64 x86; do