Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +12 -2
requirements.txt
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
spaces
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
|
|
|
4 |
gradio==5.23.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
transformers==4.37.2
|
6 |
-
|
|
|
|
|
|
1 |
spaces
|
2 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
+
contextual-client
|
4 |
+
openai
|
5 |
gradio==5.23.1
|
6 |
+
accelerate
|
7 |
+
bm25s
|
8 |
+
PyStemmer
|
9 |
+
python-docx
|
10 |
+
torch==2.2.0
|
11 |
+
faiss-cpu
|
12 |
+
sentence-transformers==2.7.0
|
13 |
transformers==4.37.2
|
14 |
+
einops
|
15 |
+
numpy<2
|
16 |
+
datasets
|