mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Install kaldifst for GitHub actions (#632)
* Install kaldifst for GitHub actions
This commit is contained in:
parent
348494888d
commit
499ac24ecb
@ -13,9 +13,12 @@ cd egs/librispeech/ASR
|
||||
repo_url=https://huggingface.co/csukuangfj/icefall-asr-librispeech-pruned-transducer-stateless3-2022-04-29
|
||||
|
||||
log "Downloading pre-trained model from $repo_url"
|
||||
git lfs install
|
||||
git clone $repo_url
|
||||
GIT_LFS_SKIP_SMUDGE=1 git clone $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"
|
||||
tree $repo/
|
||||
|
@ -23,4 +23,4 @@ multi_quantization
|
||||
|
||||
onnx
|
||||
onnxruntime
|
||||
onnx_graphsurgeon -i https://pypi.ngc.nvidia.com
|
||||
kaldifst
|
||||
|
Loading…
x
Reference in New Issue
Block a user