Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pin torch to base image versions - DO NOT let pyannote upgrade
torch==2.4.1
torch==2.8.0
torchaudio==2.4.1
torchvision==0.19.1
# pyannote 3.1.1 works with torch 2.4.x (no torch>=2.8 requirement)
Expand All @@ -21,7 +21,7 @@ sqlite-vec>=0.1.0
# whisperx: forced word-level alignment via wav2vec2.
# 3.1.x series (3.1.1-3.1.6) requires torch>=2 and pyannote.audio==3.1.1 —
# exactly matching our pins above. These releases are marked "yanked" on PyPI
# as unofficial but are the only versions compatible with torch==2.4.1 and
# as unofficial but are the only versions compatible with torch==2.8.0 and
# pyannote==3.1.1. pip installs yanked packages when the version is specified
# explicitly. 3.2.0+ requires pyannote==3.3.2 or torch>=2.5; 3.3.0+ adds
# torch>=2.8 — both incompatible with our stack.
Expand Down
Loading