Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchaudio>=2.0.0
|
| 3 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|
| 4 |
+
sentencepiece>=0.1.99
|
| 5 |
+
scipy>=1.7.0
|
| 6 |
+
numpy>=1.21.0
|
| 7 |
+
pathlib>=1.0.1
|
| 8 |
+
typing>=3.7.4
|