Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
|
| 2 |
# external requirements
|
|
|
|
| 3 |
torch
|
| 4 |
transformers==4.24.0
|
| 5 |
git+https://github.com/witiko/gensim.git@feature/bm25
|
|
|
|
| 1 |
|
| 2 |
# external requirements
|
| 3 |
+
nltk
|
| 4 |
torch
|
| 5 |
transformers==4.24.0
|
| 6 |
git+https://github.com/witiko/gensim.git@feature/bm25
|