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