Upload requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
numpy==1.24.0
|
3 |
scipy==1.11.0
|
4 |
-
torch==2.0.
|
5 |
-
torchaudio==2.0.
|
6 |
transformers==4.31.0
|
7 |
accelerate==0.19.0
|
8 |
gradio==3.37.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
numpy==1.24.0
|
3 |
scipy==1.11.0
|
4 |
+
torch==2.0.0
|
5 |
+
torchaudio==2.0.0+cu118
|
6 |
transformers==4.31.0
|
7 |
accelerate==0.19.0
|
8 |
gradio==3.37.0
|