Skip to content

Commit

Permalink
temp fix for faster-whisper
Browse files Browse the repository at this point in the history
There was some pypi.org mistakes regarding the new faster-whisper release.  This fixes it and will properly install v0.10, which is necessary until CUDA 12+ support comes out in a few days.
  • Loading branch information
BBC-Esq authored Feb 22, 2024
1 parent 9f959cd commit a96b01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ unstructured==0.11.6
psutil==5.9.5
PySide6==6.6.1
PyAudio==0.2.14
faster-whisper==0.10.0
https://github.com/SYSTRAN/faster-whisper/archive/refs/tags/0.10.0.tar.gz
termcolor==2.3.0
pypandoc==1.12
PyYAML==6.0.1
Expand All @@ -23,4 +23,4 @@ transformers==4.36.0
accelerate==0.25.0
optimum==1.15.0
einops==0.7.0
scipy==1.11.4
scipy==1.11.4

0 comments on commit a96b01c

Please sign in to comment.