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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -8,11 +8,11 @@
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
 
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