Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -18
requirements.txt
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
python-dotenv
|
8 |
-
chromadb
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
bitsandbytes
|
13 |
-
torch
|
14 |
-
transformers
|
15 |
-
accelerate
|
16 |
-
xformers
|
17 |
-
einops
|
18 |
-
langchain
|
|
|
1 |
+
! pip install langchain-community
|
2 |
+
!pip install groq
|
3 |
+
!pip install langchain-groq
|
4 |
+
!pip install chromadb
|
5 |
+
!pip install gradio
|
6 |
+
!pip install hazm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|