AminFaraji commited on
Commit
1d06710
·
verified ·
1 Parent(s): 0683d05

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,18 +1,18 @@
1
- !pip install sentence_transformers
2
- !pip install langchain_experimental
3
- !pip install langchain==0.0.233
4
- ! pip install langchain-community==0.2.3
5
- !pip install langchain-openai==0.1.8
6
- !pip install unstructured==0.14.4
7
- !pip install python-dotenv
8
- !pip install chromadb==0.5.0
9
 
10
 
11
- !pip install pip
12
- !pip install bitsandbytes==0.40.0
13
- !pip install torch==2.0.1
14
- !pip install transformers==4.30.0
15
- !pip install accelerate==0.21.0
16
- !pip install xformers==0.0.20
17
- !pip install einops==0.6.1
18
- !pip install langchain==0.0.233
 
1
+ sentence_transformers
2
+ langchain_experimental
3
+ langchain==0.0.233
4
+ langchain-community==0.2.3
5
+ langchain-openai==0.1.8
6
+ unstructured==0.14.4
7
+ python-dotenv
8
+ chromadb==0.5.0
9
 
10
 
11
+
12
+ bitsandbytes==0.40.0
13
+ torch==2.0.1
14
+ transformers==4.30.0
15
+ accelerate==0.21.0
16
+ xformers==0.0.20
17
+ einops==0.6.1
18
+ langchain==0.0.233