Spaces:
Runtime error
Runtime error
ping yang
commited on
Commit
·
3aa939a
1
Parent(s):
9bb46b0
Add requirements.txt file
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|