vedsadani commited on
Commit
4344f55
·
verified ·
1 Parent(s): ead6043

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- langchain
2
- langchain-community
3
- torch
4
- faiss-cpu
5
- huggingface-hub
6
- accelerate
7
- sentence-transformers
8
- git+https://github.com/huggingface/transformers
9
  gradio==3.48.0
10
- pandasai[langchain]
11
- pypdf
 
 
12
  numpy==1.24.4
13
- llama-cpp-python
14
- anyio
 
 
 
 
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