Spaces:
Sleeping
Sleeping
yashonwu
commited on
Commit
•
87fffa6
1
Parent(s):
66b3ea7
add more dependencies
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
torch==1.10.0
|
2 |
torchvision==0.11.1
|
3 |
torchaudio==0.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
transformers
|
5 |
git+https://github.com/ruotianluo/meshed-memory-transformer.git
|
6 |
lmdbdict
|
|
|
1 |
torch==1.10.0
|
2 |
torchvision==0.11.1
|
3 |
torchaudio==0.10.0
|
4 |
+
scikit-image
|
5 |
+
nltk
|
6 |
+
pandas
|
7 |
+
h5py
|
8 |
+
torchfile
|
9 |
+
numpy
|
10 |
transformers
|
11 |
git+https://github.com/ruotianluo/meshed-memory-transformer.git
|
12 |
lmdbdict
|