Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
|
2 |
-
langchain
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
torch
|
9 |
-
huggingface-hub
|
10 |
-
accelerate
|
|
|
1 |
+
gradio==4.13.0
|
2 |
+
langchain==0.1.0
|
3 |
+
sentence-transformers==2.2.2
|
4 |
+
faiss-cpu==1.7.4
|
5 |
+
transformers==4.36.0
|
6 |
+
accelerate==0.25.0
|
7 |
+
bitsandbytes==0.41.1
|
8 |
+
torch==2.1.0
|
|
|
|