Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
|
|
|
3 |
torch
|
4 |
-
transformers
|
5 |
-
gradio
|
6 |
sentencepiece
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
|
3 |
+
transformers>=4.41.0
|
4 |
torch
|
|
|
|
|
5 |
sentencepiece
|
6 |
+
protobuf
|
7 |
+
gradio
|