magboola commited on
Commit
73c304c
·
1 Parent(s): 622a196

Pin torch 2.6 with CUDA 12.4 wheels for ZeroGPU compat

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
 
 
1
  pyannote.audio>=3.3.0,<4.0.0
2
- torchaudio
3
  pydub
4
  requests
5
  spaces>=0.19.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu124
2
+ torch==2.6.0
3
+ torchaudio==2.6.0
4
  pyannote.audio>=3.3.0,<4.0.0
 
5
  pydub
6
  requests
7
  spaces>=0.19.0