Skip to content

Commit

Permalink
Install kaldifst for GitHub actions (#632)
Browse files Browse the repository at this point in the history
* Install kaldifst for GitHub actions
  • Loading branch information
csukuangfj authored Oct 24, 2022
1 parent 3484948 commit 499ac24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ multi_quantization

onnx
onnxruntime
onnx_graphsurgeon -i https://pypi.ngc.nvidia.com
kaldifst

0 comments on commit 499ac24

Please sign in to comment.