Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio
|
4 |
-
|
5 |
-
|
6 |
-
sentencepiece
|
7 |
-
protobuf
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
gradio>=3.35.0
|
4 |
+
sentencepiece>=0.1.99 # Для токенизатора T5
|
5 |
+
accelerate>=0.20.0 # Для эффективной загрузки модели
|
|
|
|