From 0c71849e4adb5dbf7debbbb425f8cb760ea0e01e Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Tue, 6 Dec 2022 14:56:27 +0100 Subject: [PATCH] remove beir from all-gpu (#3669) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4da4d67fd..7b45879c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,7 +213,8 @@ all = [ "farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir]", ] 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]