Spaces:
Runtime error
Runtime error
Create requirements2.txt
Browse files- requirements2.txt +4 -0
requirements2.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip intall torch
|
2 |
+
pip install transformers
|
3 |
+
pip install sentencepiece
|
4 |
+
pip install protobuf
|