AminFaraji commited on
Commit
d722af8
·
verified ·
1 Parent(s): 3d4bfae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -10
requirements.txt CHANGED
@@ -1,10 +1,18 @@
1
- sentence_transformers
2
- langchain_experimental
3
- langchain==0.2.2
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
- accelerate
10
- huggingface_hub
 
 
 
 
 
 
 
 
 
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 -Uqqq pip --progress-bar off
12
+ !pip install -qqq bitsandbytes==0.40.0 --progress-bar off
13
+ !pip install -qqq torch==2.0.1 --progress-bar off
14
+ !pip install -qqq transformers==4.30.0 --progress-bar off
15
+ !pip install -qqq accelerate==0.21.0 --progress-bar off
16
+ !pip install -qqq xformers==0.0.20 --progress-bar off
17
+ !pip install -qqq einops==0.6.1 --progress-bar off
18
+ !pip install -qqq langchain==0.0.233 --progress-bar off