Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Sep 3, 2024
1 parent ff93f41 commit ee867ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
run: |
poetry lock --no-update
poetry install
poetry run pip install git+https://github.com/guillaumekln/faster-whisper
poetry run pip uninstall -y faster-whisper
poetry run pip install "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/d57c5b40b06e59ec44240d93485a95799548af50.tar.gz"
poetry run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
- name: Install ffmpeg
Expand Down

0 comments on commit ee867ca

Please sign in to comment.