Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.
|
2 |
torch==2.1.0
|
3 |
sentence-transformers
|
4 |
langchain==0.0.174
|
5 |
-
huggingface-hub
|
6 |
pdfminer.six==20221105
|
7 |
unstructured==0.6.10
|
8 |
-
gradio
|
9 |
tabulate
|
10 |
azure-core
|
|
|
1 |
+
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.78/llama_cpp_python-0.2.78-cp310-cp310-linux_x86_64.whl
|
2 |
torch==2.1.0
|
3 |
sentence-transformers
|
4 |
langchain==0.0.174
|
5 |
+
huggingface-hub
|
6 |
pdfminer.six==20221105
|
7 |
unstructured==0.6.10
|
|
|
8 |
tabulate
|
9 |
azure-core
|