Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -4,9 +4,8 @@ numpy<2
|
|
4 |
flask
|
5 |
python-dotenv
|
6 |
transformers
|
|
|
7 |
torch
|
8 |
-
tensorflow
|
9 |
-
tf-keras
|
10 |
torchvision
|
11 |
torchaudio
|
12 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
@@ -14,6 +13,5 @@ scikit-learn
|
|
14 |
langchain
|
15 |
langchain-community
|
16 |
langchain-core
|
17 |
-
sentence-transformers
|
18 |
faiss-cpu>=1.7.4
|
19 |
together
|
|
|
4 |
flask
|
5 |
python-dotenv
|
6 |
transformers
|
7 |
+
sentence-transformers
|
8 |
torch
|
|
|
|
|
9 |
torchvision
|
10 |
torchaudio
|
11 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
|
|
13 |
langchain
|
14 |
langchain-community
|
15 |
langchain-core
|
|
|
16 |
faiss-cpu>=1.7.4
|
17 |
together
|