Skip to content

Commit 190217c

Browse files
committed
sacrebleu not sacremoses
1 parent c5c7822 commit 190217c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Full dependencies
3030
run: |
3131
pip install uv
32-
uv pip install --system ctc-segmentation sacremoses # ctc-segmentation is funky with uv due to their oldest-supported-numpy dependency
32+
uv pip install --system ctc-segmentation sacrebleu # ctc-segmentation is funky with uv due to their oldest-supported-numpy dependency
3333
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
3434
uv pip install --system --editable . --no-deps # already installed pinned deps from requirements.txt, we're good
3535
- name: Install sox

0 commit comments

Comments
 (0)