Skip to content

Commit

Permalink
Update CI to latest verisons of ctranslate2 and faster-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 25, 2023
1 parent 304c95c commit 51ff521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ run:
pip3 install --force-reinstall .

run-e2e-tests:
pip install --force-reinstall ctranslate2==3.19.0
pip install --force-reinstall faster-whisper==0.8.0
pip install --force-reinstall ctranslate2==3.22.0
pip install --force-reinstall faster-whisper==0.9.0
CT2_USE_MKL="False" CT2_FORCE_CPU_ISA='GENERIC' nose2 -s e2e-tests

run-tests:
Expand Down

0 comments on commit 51ff521

Please sign in to comment.