Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.28/llama_cpp_python-0.2.28-cp310-cp310-manylinux_2_17_x86_64.whl
|
|
|
|
|
2 |
langchain==0.0.174
|
3 |
huggingface-hub==0.19.4
|
4 |
pdfminer.six==20221105
|
|
|
1 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.28/llama_cpp_python-0.2.28-cp310-cp310-manylinux_2_17_x86_64.whl
|
2 |
+
torch==2.1.0
|
3 |
+
sentence-transformers
|
4 |
langchain==0.0.174
|
5 |
huggingface-hub==0.19.4
|
6 |
pdfminer.six==20221105
|