change modelscope link to github for build-kws-apki (#540)

This commit is contained in:
Wei Kang
2024-01-24 16:40:14 +08:00
committed by GitHub
parent bbd7c7fc18
commit 2ff1049079
4 changed files with 21 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ log "Start testing ${repo_url}"
repo=sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01
log "Download pretrained model and test-data from $repo_url"
wget $repo_url
wget -qq $repo_url
tar jxvf ${repo}.tar.bz
time $EXE \
@@ -47,8 +47,8 @@ log "Start testing ${repo_url}"
repo=sherpa-onnx-kws-zipformer-gigaspeech-3.3M-2024-01-01
log "Download pretrained model and test-data from $repo_url"
wget $repo_url
tar jxvf ${ropo}.tar.bz
wget -qq $repo_url
tar jxvf ${repo}.tar.bz
time $EXE \
--tokens=$repo/tokens.txt \