Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
streamlit==1.26.0
|
|
|
|
|
|
|
2 |
pandas==2.0.3
|
3 |
-
transformers>=4.31.0
|
4 |
torch==2.0.1
|
5 |
-
|
6 |
-
|
7 |
-
sentencepiece==0.1.99
|
8 |
-
PyPDF2==3.0.1
|
9 |
-
faiss-cpu==1.7.4
|
|
|
1 |
streamlit==1.26.0
|
2 |
+
transformers==4.30.0
|
3 |
+
PyPDF2==3.0.1
|
4 |
+
python-docx==0.8.11
|
5 |
pandas==2.0.3
|
|
|
6 |
torch==2.0.1
|
7 |
+
faiss-cpu==1.7.4 # Use faiss-gpu if you have a GPU
|
8 |
+
datasets==2.14.6 # Required for loading wiki_dpr dataset
|
|
|
|
|
|