File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 run : |
3131 pip install uv
3232 uv pip install --system ctc-segmentation sacrebleu # ctc-segmentation is funky with uv due to their oldest-supported-numpy dependency
33- uv pip install --system -r requirements.txt torch==2.2.1 +cpu torchaudio==2.2.1 +cpu --extra-index-url https://download.pytorch.org/whl/cpu k2==1.24.4.dev20240223 +cpu.torch2.2.1 --find-links https://k2-fsa.github.io/k2/cpu.html kaldilm==1.15.1 spacy==3.7.4 flair==0.13.1 gensim==4.3.2
33+ uv pip install --system -r requirements.txt torch==2.6.0 +cpu torchaudio==2.6.0 +cpu --extra-index-url https://download.pytorch.org/whl/cpu k2==1.24.4.dev20250307 +cpu.torch2.6.0 --find-links https://k2-fsa.github.io/k2/cpu.html kaldilm==1.15.1 spacy==3.7.4 flair==0.13.1 gensim==4.3.2
3434 uv pip install --system --editable . --no-deps # already installed pinned deps from requirements.txt, we're good
3535 - name : Install sox
3636 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pygtrie>=2.1,<3.0
1010scipy >= 1.4.1
1111sentencepiece >= 0.1.91
1212SoundFile ; sys_platform == 'win32'
13- torch >= 2.1 .0
14- torchaudio >= 2.1 .0
13+ torch >= 2.3 .0
14+ torchaudio >= 2.3 .0
1515tqdm >= 4.42.0
1616transformers >= 4.30.0
You can’t perform that action at this time.
0 commit comments