Merge remote-tracking branch 'dan/master' into ctc-ali

This commit is contained in:
Fangjun Kuang 2021-09-08 18:38:14 +08:00
commit 4a2ae16b53
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
run: | run: |
python3 -m pip install --upgrade pip black flake8 python3 -m pip install --upgrade pip black flake8
python3 -m pip install -U pip python3 -m pip install -U pip
python3 -m pip install k2==1.4.dev20210822+cpu.torch1.7.1 -f https://k2-fsa.org/nightly/ python3 -m pip install k2==1.7.dev20210908+cpu.torch1.7.1 -f https://k2-fsa.org/nightly/
python3 -m pip install torchaudio==0.7.2 python3 -m pip install torchaudio==0.7.2
python3 -m pip install git+https://github.com/lhotse-speech/lhotse python3 -m pip install git+https://github.com/lhotse-speech/lhotse

View File

@ -32,7 +32,8 @@ jobs:
os: [ubuntu-18.04, macos-10.15] os: [ubuntu-18.04, macos-10.15]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
torch: ["1.8.1"] torch: ["1.8.1"]
k2-version: ["1.4.dev20210822"] k2-version: ["1.7.dev20210908"]
fail-fast: false fail-fast: false
steps: steps: