forked from IntelLabs/fastRAG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
79 lines (66 loc) · 1.15 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
[options]
install_requires =
haystack-ai==2.1.2
transformers>=4.35.2
datasets
evaluate
pandas
nltk
tqdm
numba
openpyxl
numpy
protobuf==3.20.2
ujson
accelerate
fastapi
uvicorn
Pillow==10.1.0
chainlit==1.0.506
sentence-transformers==2.3.0
events
[options.extras_require]
dev =
black
isort
pytest
pre-commit
elastic =
elasticsearch-haystack
colbert =
colbert-ai
faiss-gpu =
faiss-gpu
faiss-cpu =
faiss-cpu
qdrant =
qdrant-haystack >= 3.2.0
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-pytorch
optimum[neural-compressor, ipex]
llama_cpp =
llama-cpp-python
openvino =
optimum[nncf,openvino]
openvino
llmlingua =
llmlingua
habana =
optimum[habana]
[flake8]
ignore = E501
max-line-length = 100