Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ protobuf
|
|
5 |
scipy
|
6 |
sentencepiece
|
7 |
torch
|
|
|
8 |
git+https://github.com/huggingface/transformers@main
|
|
|
5 |
scipy
|
6 |
sentencepiece
|
7 |
torch
|
8 |
+
text_generation
|
9 |
git+https://github.com/huggingface/transformers@main
|