Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
|
|
|
|
1 |
# Natural Language Processing
|
|
|
2 |
langchain==0.0.267
|
3 |
chromadb==0.4.6
|
4 |
pdfminer.six==20221105
|
@@ -14,7 +17,6 @@ auto-gptq==0.2.2
|
|
14 |
docx2txt
|
15 |
unstructured
|
16 |
unstructured[pdf]
|
17 |
-
llama-cpp-python
|
18 |
|
19 |
# Utilities
|
20 |
urllib3==1.26.6
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
|
3 |
# Natural Language Processing
|
4 |
+
torch
|
5 |
langchain==0.0.267
|
6 |
chromadb==0.4.6
|
7 |
pdfminer.six==20221105
|
|
|
17 |
docx2txt
|
18 |
unstructured
|
19 |
unstructured[pdf]
|
|
|
20 |
|
21 |
# Utilities
|
22 |
urllib3==1.26.6
|