mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
Install icefall requirements
This commit is contained in:
parent
2300a15839
commit
62eef66f5b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user