-
Notifications
You must be signed in to change notification settings - Fork 128
/
setup.cfg
81 lines (68 loc) · 1.22 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[options]
packages = find:
install_requires =
farm-haystack==1.23.0
farm-haystack[inference]==1.23.0
transformers>=4.35.2
datasets
evaluate
pandas
nltk
tqdm
numba
openpyxl
numpy
protobuf==3.20.2
ujson
accelerate
fastapi
uvicorn
Pillow==10.1.0
[options.extras_require]
dev =
black
isort
pytest
pre-commit
benchmark =
beir
kilt @ git+https://github.com/facebookresearch/KILT.git
ui =
streamlit
st-annotated-text
matplotlib
streamlit_chat
elastic =
farm-haystack[elasticsearch]
faiss-gpu =
faiss-gpu
faiss-cpu =
faiss-cpu==1.7.2
qdrant =
qdrant-haystack
knowledge_graph =
spacy
pyvis
networkx
quantize_reranker =
opencv-python-headless
intel-extension-for-transformers==1.1
neural_compressor==2.1.1
pytrec_eval
transformers>=4.28.1
datasets >= 1.8.0
sentencepiece !=0.1.92
protobuf==3.20.2
torch==1.13.1
onnx==1.14.0
onnxruntime==1.13.1
onnxruntime-extensions==0.8.0
sentence-transformers==2.2.2
intel =
intel-extension-for-transformers
optimum[neural-compressor]
llama_cpp =
llama-cpp-python
[flake8]
ignore = E501
max-line-length = 100