Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
faiss-cpu
|
5 |
-
huggingface-hub
|
6 |
-
accelerate
|
7 |
-
sentence-transformers
|
8 |
-
git+https://github.com/huggingface/transformers
|
9 |
gradio==3.48.0
|
10 |
-
|
11 |
-
|
|
|
|
|
12 |
numpy==1.24.4
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
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 |
+
pandasai[langchain]==1.5.20
|
11 |
+
pypdf==4.0.2
|
12 |
+
sentence-transformers==2.4.0
|
13 |
+
torch==2.2.1
|
14 |
+
transformers==4.38.2
|