Refactor github actions tests (#688)
This commit is contained in:
4
.github/scripts/test-kws.sh
vendored
4
.github/scripts/test-kws.sh
vendored
@@ -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 -qq $repo_url
|
||||
curl -SL -O $repo_url
|
||||
tar jxvf ${repo}.tar.bz
|
||||
|
||||
time $EXE \
|
||||
@@ -47,7 +47,7 @@ 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 -qq $repo_url
|
||||
curl -SL -O $repo_url
|
||||
tar jxvf ${repo}.tar.bz
|
||||
|
||||
time $EXE \
|
||||
|
||||
Reference in New Issue
Block a user