Install icefall requirements

This commit is contained in:
pkufool 2021-08-23 10:18:51 +08:00
parent 2300a15839
commit 62eef66f5b

View File

@ -49,6 +49,8 @@ jobs:
run: |
python3 -m pip install --upgrade pip pytest kaldialign torch==${{ matrix.torch }}
pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
# icefall requirements
pip install -r requirements.txt
git clone https://github.com/lhotse-speech/lhotse
cd lhotse