Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.27.2
|
| 2 |
+
anyio==4.3.0
|
| 3 |
+
faiss-cpu==1.7.4
|
| 4 |
+
gradio==3.48.0
|
| 5 |
+
huggingface-hub==0.21.1
|
| 6 |
+
langchain==0.1.9
|
| 7 |
+
langchain-community==0.0.28
|
| 8 |
+
llama-cpp-python==0.2.53
|
| 9 |
+
numpy==1.24.4
|
| 10 |
+
pypdf==4.0.2
|
| 11 |
+
sentence-transformers==2.4.0
|
| 12 |
+
torch==2.2.1
|
| 13 |
+
transformers==4.38.2
|