Spaces:
Running
Running
Merge pull request #228 from jhj0517/fix/downgrade-transformers
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch
|
3 |
git+https://github.com/jhj0517/jhj0517-whisper.git
|
4 |
faster-whisper==1.0.3
|
5 |
-
transformers
|
6 |
gradio==4.29.0
|
7 |
pytubefix
|
8 |
pyannote.audio==3.3.1
|
|
|
1 |
+
# Remove the --extra-index-url line below if you're not using Nvidia GPU.
|
2 |
+
# If you're using it, Update CUDA version to yours, /cu121 , /cu124 ... etc ( CUDA 12.1 is minimum )
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
4 |
torch
|
5 |
git+https://github.com/jhj0517/jhj0517-whisper.git
|
6 |
faster-whisper==1.0.3
|
7 |
+
transformers==4.42.3
|
8 |
gradio==4.29.0
|
9 |
pytubefix
|
10 |
pyannote.audio==3.3.1
|