Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
-
|
4 |
-
python-docx
|
5 |
-
gradio
|
6 |
-
tiktoken
|
|
|
1 |
+
gradio
|
2 |
transformers
|
3 |
torch
|
4 |
+
sentencepiece
|
5 |
+
python-docx
|
|
|
|