Skip to content

Commit 4c8b1c1

Browse files
authored
fix docker tag for Faiss HNSW (#496)
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.
1 parent 0f6ad75 commit 4c8b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ann_benchmarks/algorithms/faiss_hnsw/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ float:
33
- base_args: ['@metric']
44
constructor: FaissHNSW
55
disabled: false
6-
docker_tag: ann-benchmarks-faiss
6+
docker_tag: ann-benchmarks-faiss_hnsw
77
module: ann_benchmarks.algorithms.faiss_hnsw
88
name: hnsw(faiss)
99
run_groups:

0 commit comments

Comments
 (0)