Skip to content

Commit

Permalink
import vidore_benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Oct 29, 2024
1 parent 4e72189 commit 8e0ff32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"outputs": [],
"source": [
"!pip3 install colpali-engine==0.3.2 pdf2image pypdf==5.0.1 pyvespa vespacli requests numpy"
"!pip3 install colpali-engine==0.3.1 vidore-benchmark[interpretability]>=4.0.0 <5.0.0 pdf2image pypdf==5.0.1 pyvespa vespacli requests numpy"
]
},
{
Expand All @@ -98,7 +98,7 @@
"\n",
"from colpali_engine.models import ColPali, ColPaliProcessor\n",
"\n",
"from colpali_engine.utils.image_utils import scale_image, get_base64_image"
"from vidore_benchmark.utils.image_utils import scale_image, get_base64_image"
]
},
{
Expand Down

0 comments on commit 8e0ff32

Please sign in to comment.