Skip to content

Commit

Permalink
Use pyannote develop branch and torch version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgfresser committed May 2, 2023
1 parent 5becc99 commit 0671892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
torch==1.13.1
torchaudio==0.13.1
pyannote.audio==2.1.1
torch==2.0.0
torchaudio==2.0.1
faster-whisper
transformers
ffmpeg-python==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
for r in pkg_resources.parse_requirements(
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
)
],
] + ["pyannote.audio @ https://github.com/pyannote/pyannote-audio/archive/refs/heads/develop.zip"],
entry_points = {
'console_scripts': ['whisperx=whisperx.transcribe:cli'],
},
Expand Down

0 comments on commit 0671892

Please sign in to comment.