We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc2c69 commit 3d76928Copy full SHA for 3d76928
.github/workflows/ci.yml
@@ -57,8 +57,8 @@ jobs:
57
poetry run pip install "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/8327d8cc647266ed66f6cd878cf97eccface7351.tar.gz"
58
- name: Install extra dependencies
59
run: |
60
- poetry run pip install -U typing-extensions
61
poetry run pip install --force-reinstall torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
+ poetry run pip install -U typing-extensions
62
63
- name: Install ffmpeg
64
uses: FedericoCarboni/setup-ffmpeg@v2
0 commit comments