Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
sentence-transformers==2.2.2
|
|
|
4 |
faiss-cpu==1.7.4
|
5 |
-
|
6 |
huggingface-hub==0.19.4
|
7 |
python-dotenv==1.0.0
|
|
|
8 |
sentence-transformers
|
9 |
torch
|
10 |
transformers
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.1.0
|
3 |
+
transformers==4.36.0
|
4 |
sentence-transformers==2.2.2
|
5 |
+
langchain==0.1.0
|
6 |
faiss-cpu==1.7.4
|
7 |
+
gradio==4.13.0
|
8 |
huggingface-hub==0.19.4
|
9 |
python-dotenv==1.0.0
|
10 |
+
accelerate==0.25.0
|
11 |
sentence-transformers
|
12 |
torch
|
13 |
transformers
|