Skip to content

Commit

Permalink
Merge branch 'main' into batch
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 21, 2024
2 parents 41662b6 + f34b3b4 commit ec66f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run:

install-dependencies-e2e-tests:
echo ctranslate2==4.0.0 > constraints.txt
pip install --force-reinstall -c constraints.txt faster-whisper==1.0.3
pip install --force-reinstall -c constraints.txt faster-whisper==1.1.0
echo numpy==1.26 > constraints.txt
pip install --force-reinstall -c constraints.txt pyannote.audio==3.3.1

Expand Down

0 comments on commit ec66f01

Please sign in to comment.