Install kaldifst for GitHub actions (#632)

* Install kaldifst for GitHub actions
This commit is contained in:
Fangjun Kuang 2022-10-24 15:07:29 +08:00 committed by GitHub
parent 348494888d
commit 499ac24ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -13,9 +13,12 @@ cd egs/librispeech/ASR
repo_url=https://huggingface.co/csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-04-29 repo_url=https://huggingface.co/csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-04-29
log "Downloading pre-trained model from $repo_url" log "Downloading pre-trained model from $repo_url"
git lfs install GIT_LFS_SKIP_SMUDGE=1 git clone $repo_url
git clone $repo_url
repo=$(basename $repo_url) repo=$(basename $repo_url)
pushd $repo
git lfs pull --include "data/lang_bpe_500/bpe.model"
git lfs pull --include "exp/pretrained-epoch-25-avg-6.pt"
popd
log "Display test files" log "Display test files"
tree $repo/ tree $repo/

View File

@ -23,4 +23,4 @@ multi_quantization
onnx onnx
onnxruntime onnxruntime
onnx_graphsurgeon -i https://pypi.ngc.nvidia.com kaldifst