Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
|
|
1 |
numpy==1.23.4
|
|
|
2 |
pytorch-lightning==1.6.0
|
3 |
transformers==4.20.0
|
4 |
streamlit==1.10.0
|
5 |
-
torch==1.9.0+cu111
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
numpy==1.23.4
|
3 |
+
torch
|
4 |
pytorch-lightning==1.6.0
|
5 |
transformers==4.20.0
|
6 |
streamlit==1.10.0
|
|