From 6751b497e2fc54e0f4b47c0d25605ccbcce6421d Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Sat, 16 Mar 2024 10:57:26 +0900 Subject: [PATCH] fix docker tag for Faiss HNSW Fixed an error that occurred when executing in an environment where the docker image for faiss_hnsw existed and the docker image for faiss did not exist. --- ann_benchmarks/algorithms/faiss_hnsw/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ann_benchmarks/algorithms/faiss_hnsw/config.yml b/ann_benchmarks/algorithms/faiss_hnsw/config.yml index 84d6baad9..9ede091ac 100644 --- a/ann_benchmarks/algorithms/faiss_hnsw/config.yml +++ b/ann_benchmarks/algorithms/faiss_hnsw/config.yml @@ -3,7 +3,7 @@ float: - base_args: ['@metric'] constructor: FaissHNSW disabled: false - docker_tag: ann-benchmarks-faiss + docker_tag: ann-benchmarks-faiss_hnsw module: ann_benchmarks.algorithms.faiss_hnsw name: hnsw(faiss) run_groups: