Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ langsmith # For interacting with the LangSmith Client
|
|
| 3 |
torch # For PyTorch-based models
|
| 4 |
transformers # For using BERT, Longformer, BigBird models
|
| 5 |
pypdf2 # For extracting text from PDF files
|
|
|
|
|
|
| 3 |
torch # For PyTorch-based models
|
| 4 |
transformers # For using BERT, Longformer, BigBird models
|
| 5 |
pypdf2 # For extracting text from PDF files
|
| 6 |
+
sentencepiece
|