Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio
|
2 |
transformers
|
|
|
3 |
torch
|
4 |
torchvision
|
5 |
langchain
|
@@ -7,13 +8,8 @@ langchain_openai
|
|
7 |
langchain-community
|
8 |
faiss-gpu
|
9 |
bitsandbytes
|
10 |
-
plotly
|
11 |
-
sentence-transformers
|
12 |
boto3
|
13 |
numpy
|
14 |
accelerate
|
15 |
python-dotenv
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
+
sentence-transformers
|
4 |
torch
|
5 |
torchvision
|
6 |
langchain
|
|
|
8 |
langchain-community
|
9 |
faiss-gpu
|
10 |
bitsandbytes
|
|
|
|
|
11 |
boto3
|
12 |
numpy
|
13 |
accelerate
|
14 |
python-dotenv
|
15 |
+
plotly
|
|
|
|
|
|