Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
pymupdf
|
2 |
#pysqlite3-binary
|
3 |
-
torch==2.0.1
|
4 |
transformers==4.31.0
|
5 |
langchain==0.0.266
|
6 |
-
chromadb==0.4.5
|
7 |
pypdf==3.15.0
|
8 |
xformers==0.0.20
|
9 |
sentence_transformers==2.2.2
|
@@ -13,4 +12,7 @@ streamlit
|
|
13 |
gTTS
|
14 |
uuid
|
15 |
unstructured
|
16 |
-
faiss-gpu
|
|
|
|
|
|
|
|
1 |
pymupdf
|
2 |
#pysqlite3-binary
|
|
|
3 |
transformers==4.31.0
|
4 |
langchain==0.0.266
|
5 |
+
#chromadb==0.4.5
|
6 |
pypdf==3.15.0
|
7 |
xformers==0.0.20
|
8 |
sentence_transformers==2.2.2
|
|
|
12 |
gTTS
|
13 |
uuid
|
14 |
unstructured
|
15 |
+
faiss-gpu
|
16 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
17 |
+
torch==2.0.1
|
18 |
+
auto-gptq
|