From 5d0aac9c22726d59960b058fdad52c570057d23b Mon Sep 17 00:00:00 2001 From: Masajiro Iwasaki Date: Thu, 8 May 2025 22:37:57 +0000 Subject: [PATCH] upgrade pybind11 for NGT --- ann_benchmarks/algorithms/onng_ngt/Dockerfile | 2 +- ann_benchmarks/algorithms/onng_ngt/config.yml | 2 +- ann_benchmarks/algorithms/panng_ngt/Dockerfile | 2 +- ann_benchmarks/algorithms/panng_ngt/config.yml | 2 +- ann_benchmarks/algorithms/qg_ngt/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ann_benchmarks/algorithms/onng_ngt/Dockerfile b/ann_benchmarks/algorithms/onng_ngt/Dockerfile index 65662d53a..321c14576 100644 --- a/ann_benchmarks/algorithms/onng_ngt/Dockerfile +++ b/ann_benchmarks/algorithms/onng_ngt/Dockerfile @@ -2,7 +2,7 @@ FROM ann-benchmarks RUN apt update RUN apt install -y git cmake g++ python3 python3-setuptools python3-pip libblas-dev liblapack-dev -RUN pip3 install wheel pybind11==2.5.0 +RUN pip3 install wheel pybind11==2.13.6 RUN git clone -b main https://github.com/yahoojapan/ngt.git RUN mkdir -p ngt/build RUN cd ngt/build && cmake -DNGTQG_NO_ROTATION=ON -DNGTQG_ZERO_GLOBAL=ON .. diff --git a/ann_benchmarks/algorithms/onng_ngt/config.yml b/ann_benchmarks/algorithms/onng_ngt/config.yml index 10ad5606a..1fa3303cf 100644 --- a/ann_benchmarks/algorithms/onng_ngt/config.yml +++ b/ann_benchmarks/algorithms/onng_ngt/config.yml @@ -2,7 +2,7 @@ float: any: - base_args: ['@metric', Float, 0.1] constructor: ONNG - disabled: true + disabled: false docker_tag: ann-benchmarks-onng_ngt module: ann_benchmarks.algorithms.onng_ngt name: NGT-onng diff --git a/ann_benchmarks/algorithms/panng_ngt/Dockerfile b/ann_benchmarks/algorithms/panng_ngt/Dockerfile index 65662d53a..321c14576 100644 --- a/ann_benchmarks/algorithms/panng_ngt/Dockerfile +++ b/ann_benchmarks/algorithms/panng_ngt/Dockerfile @@ -2,7 +2,7 @@ FROM ann-benchmarks RUN apt update RUN apt install -y git cmake g++ python3 python3-setuptools python3-pip libblas-dev liblapack-dev -RUN pip3 install wheel pybind11==2.5.0 +RUN pip3 install wheel pybind11==2.13.6 RUN git clone -b main https://github.com/yahoojapan/ngt.git RUN mkdir -p ngt/build RUN cd ngt/build && cmake -DNGTQG_NO_ROTATION=ON -DNGTQG_ZERO_GLOBAL=ON .. diff --git a/ann_benchmarks/algorithms/panng_ngt/config.yml b/ann_benchmarks/algorithms/panng_ngt/config.yml index 84ac8ec4b..7508a1f2d 100644 --- a/ann_benchmarks/algorithms/panng_ngt/config.yml +++ b/ann_benchmarks/algorithms/panng_ngt/config.yml @@ -2,7 +2,7 @@ float: any: - base_args: ['@metric', Float] constructor: PANNG - disabled: false + disabled: true docker_tag: ann-benchmarks-panng_ngt module: ann_benchmarks.algorithms.panng_ngt name: NGT-panng diff --git a/ann_benchmarks/algorithms/qg_ngt/Dockerfile b/ann_benchmarks/algorithms/qg_ngt/Dockerfile index 65662d53a..321c14576 100644 --- a/ann_benchmarks/algorithms/qg_ngt/Dockerfile +++ b/ann_benchmarks/algorithms/qg_ngt/Dockerfile @@ -2,7 +2,7 @@ FROM ann-benchmarks RUN apt update RUN apt install -y git cmake g++ python3 python3-setuptools python3-pip libblas-dev liblapack-dev -RUN pip3 install wheel pybind11==2.5.0 +RUN pip3 install wheel pybind11==2.13.6 RUN git clone -b main https://github.com/yahoojapan/ngt.git RUN mkdir -p ngt/build RUN cd ngt/build && cmake -DNGTQG_NO_ROTATION=ON -DNGTQG_ZERO_GLOBAL=ON ..