We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c7822 commit 190217cCopy full SHA for 190217c
1 file changed
.github/workflows/pythonapp.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Full dependencies
30
run: |
31
pip install uv
32
- uv pip install --system ctc-segmentation sacremoses # ctc-segmentation is funky with uv due to their oldest-supported-numpy dependency
+ 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
34
uv pip install --system --editable . --no-deps # already installed pinned deps from requirements.txt, we're good
35
- name: Install sox
0 commit comments