mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-26 00:24:14 +00:00
remove beir from all-gpu (#3669)
This commit is contained in:
parent
fc89f6ea74
commit
0c71849e4a
@ -213,7 +213,8 @@ all = [
|
|||||||
"farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir]",
|
"farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir]",
|
||||||
]
|
]
|
||||||
all-gpu = [
|
all-gpu = [
|
||||||
"farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir]",
|
# beir is incompatible with faiss-gpu: https://github.com/beir-cellar/beir/issues/71
|
||||||
|
"farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu]",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user