Spaces:
Running
Running
jhj0517
commited on
Commit
·
a317c95
1
Parent(s):
eba597a
Add comment
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch
|
3 |
git+https://github.com/jhj0517/jhj0517-whisper.git
|
|
|
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
|