From 175c3066f93465c56ab0ae4879b684e0f553c272 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 6 Sep 2024 13:03:44 +0200 Subject: [PATCH] Update pyproject.toml Make use of colpali-engine v0.2.2 to enable other accelerators than CUDA --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5036f1c..328208f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "ninja", "pdf2image", "srsly", -"colpali-engine==0.2.1", +"colpali-engine==0.2.2", "mteb==1.6.35", ] @@ -103,4 +103,4 @@ unfixable = [ "T201", "T203", ] -ignore-init-module-imports = true \ No newline at end of file +ignore-init-module-imports = true