Spaces:
Sleeping
Sleeping
hasibzunair
commited on
Commit
•
7c33f91
1
Parent(s):
18614f4
update
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy>=1.18.5
|
2 |
torch>=1.7.0
|
3 |
torchvision>=0.8.1
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
-
scipy
|
6 |
-
collections
|
|
|
1 |
+
# numpy>=1.18.5
|
2 |
+
# torch>=1.7.0
|
3 |
+
# torchvision>=0.8.1
|
4 |
+
# git+https://github.com/huggingface/transformers.git
|
5 |
+
# scipy
|
6 |
+
# collections
|
7 |
numpy>=1.18.5
|
8 |
torch>=1.7.0
|
9 |
torchvision>=0.8.1
|
10 |
git+https://github.com/huggingface/transformers.git
|
11 |
+
scipy
|
|