Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ streamlit==1.23.0
|
|
5 |
langchain-text-splitters==0.2.4
|
6 |
chromadb==0.5.5
|
7 |
transformers
|
8 |
-
torch
|
|
|
|
5 |
langchain-text-splitters==0.2.4
|
6 |
chromadb==0.5.5
|
7 |
transformers
|
8 |
+
torch
|
9 |
+
llama-cpp-python
|